diff options
Diffstat (limited to 'koch.nim')
-rw-r--r-- | koch.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/koch.nim b/koch.nim index 1076b81e1..54f0a01da 100644 --- a/koch.nim +++ b/koch.nim @@ -471,6 +471,7 @@ proc testUnixInstall(cmdLineRest: string) = # check nimble builds: execCleanPath("./koch testtools") # 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") else: |