File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -949,6 +949,7 @@ jobs:
949949 run : |
950950 call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
951951 python3 scripts/generate-tinysnb.py
952+ if %errorlevel% neq 0 exit /b %errorlevel%
952953 cd scripts/ && start /b python http-server.py && cd ..
953954 make extension-test
954955
Original file line number Diff line number Diff line change 1111if os .path .exists (f"{ KUZU_ROOT } /dataset/databases/tinysnb" ):
1212 shutil .rmtree (f"{ KUZU_ROOT } /dataset/databases/tinysnb" )
1313if sys .platform == "win32" :
14- kuzu_shell_path = f"{ KUZU_ROOT } /build/release/tools/shell /kuzu_shell"
14+ kuzu_shell_path = f"{ KUZU_ROOT } /build/release/src /kuzu_shell"
1515else :
1616 kuzu_shell_path = f"{ KUZU_ROOT } /build/release/tools/shell/kuzu"
1717subprocess .check_call (
You can’t perform that action at this time.
0 commit comments