Skip to content

Commit 4cb0d09

Browse files
Put ad-hoc Columnstore.xml to /etc for unittests
1 parent fbf08cd commit 4cb0d09

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build/bootstrap_mcs.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,11 @@ run_unit_tests() {
616616

617617
message "Running unittests"
618618
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
619624
${CTEST_BIN_NAME} . -R columnstore: -j $(nproc) --output-on-failure
620625
exit_code=$?
621626
cd - >/dev/null

0 commit comments

Comments
 (0)