summary refs log tree commit diff stats
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-13 23:30:14 +0100
commit36f6f035ff7088e77bb12d0f03cc7c06e7be0eac (patch)
tree8a12209bbd3f6051700c99c6b66e8c4597677d0d
parentd3a74ea51592a916e60fa1564f31a18c74d0cbb7 (diff)
downloadNim-36f6f035ff7088e77bb12d0f03cc7c06e7be0eac.tar.gz
attempt to make nightlies work again
-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: