Fix build_win test-install

This commit is contained in:
Calvin Rose 2019-10-29 20:40:09 -05:00
parent cf19cd5292
commit 25a9804d91
1 changed files with 2 additions and 2 deletions

View File

@ -179,9 +179,9 @@ call jpm --verbose --modpath=. install https://github.com/janet-lang/json.git
@if errorlevel 1 goto :TESTFAIL
call build\testexec
@if errorlevel 1 goto :TESTFAIL
call jpm --verbose quickbin testexec.janet build\testexec2
call jpm --verbose quickbin testexec.janet build\testexec2.exe
@if errorlevel 1 goto :TESTFAIL
call build\testexec2
call build\testexec2.exe
@if errorlevel 1 goto :TESTFAIL
popd
exit /b 0