diff options
author | Oscar Campbell <oscar@campbell.nu> | 2015-06-03 13:08:28 +0200 |
---|---|---|
committer | Oscar Campbell <oscar@campbell.nu> | 2015-06-03 13:08:28 +0200 |
commit | 51fc903dbf26a30add2ec75bbdc01a403cb2d46c (patch) | |
tree | aadfa25f41fdd74e8ad81e575b376f09bc97f0e1 /tests/testament | |
parent | bf9053315c75037a58230f8abc7f75ece636f806 (diff) | |
download | Nim-51fc903dbf26a30add2ec75bbdc01a403cb2d46c.tar.gz |
Made pathing (hopefully) Windows friendly.
Diffstat (limited to 'tests/testament')
-rw-r--r-- | tests/testament/specs.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testament/specs.nim b/tests/testament/specs.nim index a4b1b8283..99640f22c 100644 --- a/tests/testament/specs.nim +++ b/tests/testament/specs.nim @@ -10,7 +10,7 @@ import parseutils, strutils, os, osproc, streams, parsecfg const - cmdTemplate* = r"./compiler/nim $target --lib:./lib --hints:on -d:testing $options $file" + cmdTemplate* = r"compiler" / "nim $target --lib:lib --hints:on -d:testing $options $file" type TTestAction* = enum |