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.
1 parent fbf08cd commit 4cb0d09Copy full SHA for 4cb0d09
build/bootstrap_mcs.sh
@@ -616,6 +616,11 @@ run_unit_tests() {
616
617
message "Running unittests"
618
cd $MARIA_BUILD_PATH
619
+ # Config is needed for Unittests from buildroot
620
+ if [[ $BUILD_PACKAGES = true ]]; then
621
+ message "Storing Columnstore.xml to oam/etc/Columnstore.xml for unittests"
622
+ cp $COLUMSNTORE_SOURCE_PATH/oam/etc/Columnstore.xml /etc/columnstore/Columnstore.xml
623
+ fi
624
${CTEST_BIN_NAME} . -R columnstore: -j $(nproc) --output-on-failure
625
exit_code=$?
626
cd - >/dev/null
0 commit comments