aboutsummaryrefslogtreecommitdiffhomepage
path: root/build_win.bat
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2019-10-29 20:40:09 -0500
committerCalvin Rose <calsrose@gmail.com>2019-10-29 20:40:09 -0500
commit25a9804d914b005e550b1a6e8afd6bba8e60571f (patch)
tree27e7aa8aab49d36f298e8d802482a4c3c812b124 /build_win.bat
parentAdd the quickbin command to jpm. (diff)
Fix build_win test-install
Diffstat (limited to 'build_win.bat')
-rw-r--r--build_win.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_win.bat b/build_win.bat
index b5206adf..ea97039e 100644
--- a/build_win.bat
+++ b/build_win.bat
@@ -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