We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
|| exit 1
1 parent d64e7c9 commit 0dec113Copy full SHA for 0dec113
recipe/bld.bat
@@ -79,8 +79,7 @@ if "%cuda_compiler_version%"=="None" (
79
npm install -g azurite
80
set ARROW_TEST_DATA=%SRC_DIR%\testing\data
81
set PARQUET_TEST_DATA=%SRC_DIR%\cpp\submodules\parquet-testing\data
82
- ctest --progress --output-on-failure
83
- if %ERRORLEVEL% neq 0 exit 1
+ ctest --progress --output-on-failure || exit 1
84
)
85
86
popd
0 commit comments