summary refs log tree commit diff stats
path: root/koch.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2019-02-11 15:28:14 +0100
committerAndreas Rumpf <rumpf_a@web.de>2019-02-11 15:28:23 +0100
commit9f986780081bedd43ff94387b6dda2a59e799d04 (patch)
tree17ff8ffbf8d1fe2d80bd5e7af2c4e2e08e7f4e7d /koch.nim
parent6cd3fff093b94aac5378792b169889b7f7959add (diff)
downloadNim-9f986780081bedd43ff94387b6dda2a59e799d04.tar.gz
attempt to make nightlies work again
Diffstat (limited to 'koch.nim')
-rw-r--r--koch.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/koch.nim b/koch.nim
index 92fc3a766..253352c22 100644
--- a/koch.nim
+++ b/koch.nim
@@ -542,7 +542,7 @@ proc testUnixInstall(cmdLineRest: string) =
       execCleanPath("./koch --latest tools")
       # check the tests work:
       putEnv("NIM_EXE_NOT_IN_PATH", "NOT_IN_PATH")
-      execCleanPath("./koch tests cat megatest", destDir / "bin")
+      execCleanPath("./koch tests --nim:./bin/nim cat megatest", destDir / "bin")
     else:
       echo "Version check: failure"
   finally: