Fixed finExe in nimscript

This commit is contained in:
Yuriy Glukhov 2018-12-13 19:15:10 +02:00
commit 22485bbd6a
2 changed files with 4 additions and 1 deletions

View file

@ -27,6 +27,7 @@ task repeated, "Testing `nimble c nimscript.nim` with repeated flags":
setCommand "c", "nimscript.nim"
task api, "Testing nimscriptapi module functionality":
doAssert(findExe("nim").len != 0)
echo("PKG_DIR: ", getPkgDir())
before hooks:
@ -48,4 +49,4 @@ before install:
echo("Before PkgDir: ", getPkgDir())
after install:
echo("After PkgDir: ", getPkgDir())
echo("After PkgDir: ", getPkgDir())