Windows: disabled tests

This commit is contained in:
Araq
2018-11-22 09:30:49 +01:00
parent 1f7dcb874d
commit 0c0f9ba974
2 changed files with 2 additions and 1 deletions

View File

@@ -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.} =

View File

@@ -7,6 +7,7 @@ fs is: nil
threw exception
'''
disabled: "windows"
"""