You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
chore(ci): propagate unittests exit code
This commit is contained in:
committed by
Leonid Fedorov
parent
b79bf3c3ab
commit
df02893265
@@ -608,7 +608,9 @@ run_unit_tests() {
|
|||||||
message "Running unittests"
|
message "Running unittests"
|
||||||
cd $MARIA_BUILD_PATH
|
cd $MARIA_BUILD_PATH
|
||||||
${CTEST_BIN_NAME} . -R columnstore: -j $(nproc) --output-on-failure
|
${CTEST_BIN_NAME} . -R columnstore: -j $(nproc) --output-on-failure
|
||||||
|
exit_code=$?
|
||||||
cd - >/dev/null
|
cd - >/dev/null
|
||||||
|
return $exit_code
|
||||||
}
|
}
|
||||||
|
|
||||||
run_microbenchmarks_tests() {
|
run_microbenchmarks_tests() {
|
||||||
@@ -621,7 +623,9 @@ run_microbenchmarks_tests() {
|
|||||||
message "Runnning microbenchmarks"
|
message "Runnning microbenchmarks"
|
||||||
cd $MARIA_BUILD_PATH
|
cd $MARIA_BUILD_PATH
|
||||||
${CTEST_BIN_NAME} . -V -R columnstore_microbenchmarks: -j $(nproc) --progress
|
${CTEST_BIN_NAME} . -V -R columnstore_microbenchmarks: -j $(nproc) --progress
|
||||||
|
exit_code=$?
|
||||||
cd - >/dev/null
|
cd - >/dev/null
|
||||||
|
return $exit_code
|
||||||
}
|
}
|
||||||
|
|
||||||
disable_plugins_for_bootstrap() {
|
disable_plugins_for_bootstrap() {
|
||||||
|
Reference in New Issue
Block a user