mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 09:54:49 +00:00
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:
3
koch.nim
3
koch.nim
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user