summary refs log tree commit diff stats
path: root/tests/testament
diff options
context:
space:
mode:
authorOscar Campbell <oscar@campbell.nu>2015-06-03 13:08:28 +0200
committerOscar Campbell <oscar@campbell.nu>2015-06-03 13:08:28 +0200
commit51fc903dbf26a30add2ec75bbdc01a403cb2d46c (patch)
treeaadfa25f41fdd74e8ad81e575b376f09bc97f0e1 /tests/testament
parentbf9053315c75037a58230f8abc7f75ece636f806 (diff)
downloadNim-51fc903dbf26a30add2ec75bbdc01a403cb2d46c.tar.gz
Made pathing (hopefully) Windows friendly.
Diffstat (limited to 'tests/testament')
-rw-r--r--tests/testament/specs.nim2
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