diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-09-18 17:25:27 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-09-18 17:25:27 +0200 |
commit | 34f0b91104e6853b81c56a5fa68c29b49394b76e (patch) | |
tree | a0ac15ef6df6c00c9603566a5829125345ce509f /koch.nim | |
parent | 3bbc8c3c4cc8fd1f2bb1b2d553e3360f6a10111d (diff) | |
download | Nim-34f0b91104e6853b81c56a5fa68c29b49394b76e.tar.gz |
attempt to make travis green for 'koch testinstall'
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: |