diff options
| author | 2019-11-09 13:22:07 -0500 | |
|---|---|---|
| committer | 2019-11-09 13:22:07 -0500 | |
| commit | 05e3fd3cc6b5ff89d2d771a4882f26983b4e8f50 (patch) | |
| tree | 58b2178382918eb00531de400196c34d68d6f5da /build_win.bat | |
| parent | Fix build_win test-install. (diff) | |
Fix build_win.
Diffstat (limited to 'build_win.bat')
| -rw-r--r-- | build_win.bat | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build_win.bat b/build_win.bat index d92c4899..e618dd1b 100644 --- a/build_win.bat +++ b/build_win.bat @@ -189,10 +189,12 @@ call jpm --verbose --test --modpath=. install https://github.com/janet-lang/path @if errorlevel 1 goto :TESTINSTALLFAIL call jpm --verbose --test --modpath=. install https://github.com/janet-lang/argparse.git @if errorlevel 1 goto :TESTINSTALLFAIL +popd +exit /b 0 + :TESTINSTALLFAIL popd goto :TESTFAIL -exit /b 0 @rem build, test, dist, install. Useful for local dev. :ALL |
