From ecdcded2947555be0863c9873a23202462a5331b Mon Sep 17 00:00:00 2001 From: Araq Date: Thu, 3 Jan 2019 23:45:42 +0100 Subject: [PATCH] koch.nim: speed up tests for the 'testinstall' target for the nightly builds (these tests are also covered by the other CIs) (cherry picked from commit e6cbf9e79014e2fb6851796adda251eed1abcfd5) --- koch.nim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/koch.nim b/koch.nim index c6f28f8704..0c5e0a3413 100644 --- a/koch.nim +++ b/koch.nim @@ -474,8 +474,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: