koch.nim: speed up tests for the 'testinstall' target for the nightly builds (these tests are also covered by the other CIs)

This commit is contained in:
Araq
2019-01-03 23:45:42 +01:00
parent 7c5ae00887
commit e6cbf9e790

View File

@@ -475,8 +475,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", destDir / "bin")
#execCleanPath("./koch tests cat newconfig", destDir / "bin")
execCleanPath("./koch tests cat megatest", destDir / "bin")
else:
echo "Version check: failure"
finally: