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 6d19f5e commit 242654fCopy full SHA for 242654f
build/run_mtr.sh
@@ -41,7 +41,7 @@ fi
41
message "Running mtr tests..."
42
43
#docker cp mysql-test/columnstore "${CONTAINER_NAME}":"${MTR_PATH}/suite/" #TODO: Tests should be run from package not from sources as it works now
44
-#execInnerDocker "${CONTAINER_NAME} "chown -R mysql:mysql ${MTR_PATH}" "
+execInnerDocker "${CONTAINER_NAME}" "chown -R mysql:mysql ${MTR_PATH}"
45
46
# disable systemd 'ProtectSystem' (we need to write to /usr/share/)
47
execInnerDocker "${CONTAINER_NAME}" "sed -i /ProtectSystem/d \$(systemctl show --property FragmentPath mariadb | sed s/FragmentPath=//)"
0 commit comments