Skip to content

Commit 242654f

Browse files
MCOL-6022 debug
1 parent 6d19f5e commit 242654f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/run_mtr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ fi
4141
message "Running mtr tests..."
4242

4343
#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}" "
44+
execInnerDocker "${CONTAINER_NAME}" "chown -R mysql:mysql ${MTR_PATH}"
4545

4646
# disable systemd 'ProtectSystem' (we need to write to /usr/share/)
4747
execInnerDocker "${CONTAINER_NAME}" "sed -i /ProtectSystem/d \$(systemctl show --property FragmentPath mariadb | sed s/FragmentPath=//)"

0 commit comments

Comments
 (0)