attempt to make nightlies work again

This commit is contained in:
Andreas Rumpf
2019-02-11 15:28:14 +01:00
parent d3a74ea515
commit 36f6f035ff

View File

@@ -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: