mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-19 07:21:19 +00:00
Windows: disabled tests
This commit is contained in:
@@ -74,7 +74,7 @@ proc getFileDir(filename: string): string =
|
||||
if not result.isAbsolute():
|
||||
result = getCurrentDir() / result
|
||||
|
||||
proc execCmdEx2*(command: string, args: openarray[string], options: set[ProcessOption], input: string): tuple[
|
||||
proc execCmdEx2(command: string, args: openarray[string], options: set[ProcessOption], input: string): tuple[
|
||||
output: TaintedString,
|
||||
exitCode: int] {.tags:
|
||||
[ExecIOEffect, ReadIOEffect, RootEffect], gcsafe.} =
|
||||
|
||||
@@ -7,6 +7,7 @@ fs is: nil
|
||||
|
||||
threw exception
|
||||
'''
|
||||
disabled: "windows"
|
||||
"""
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user