From 05e3fd3cc6b5ff89d2d771a4882f26983b4e8f50 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sat, 9 Nov 2019 13:22:07 -0500 Subject: [PATCH] Fix build_win. --- build_win.bat | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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