diff options
author | Araq <rumpf_a@web.de> | 2018-11-22 09:30:49 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-11-23 11:58:32 +0100 |
commit | 0c0f9ba974b3171c77e618882ac2a2681e0cedd7 (patch) | |
tree | 68dda644c73d431a429d4504b7a5d35c9cb44771 /testament | |
parent | 1f7dcb874d3c2a64b55f3039d6a1ff075705584d (diff) | |
download | Nim-0c0f9ba974b3171c77e618882ac2a2681e0cedd7.tar.gz |
Windows: disabled tests
Diffstat (limited to 'testament')
-rw-r--r-- | testament/tester.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/tester.nim b/testament/tester.nim index 771fa3aa7..d8b3fcfcc 100644 --- a/testament/tester.nim +++ b/testament/tester.nim @@ -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.} = |