Files
MaxScale/system-test/mdbci/copy_logs.sh
Esa Korhonen 08f5174915 MXS-2900 Rename maxscale-system-test directory to system-test
A link with the old directory name is provided.
2020-07-28 15:24:27 +03:00

6 lines
218 B
Bash
Executable File

set -x
rsync -a --no-o --no-g LOGS ${logs_publish_dir}
chmod a+r ${logs_publish_dir}/*
cp -r ${MDBCI_VM_PATH}/${mdbci_config_name} ${logs_publish_dir}
cp ${MDBCI_VM_PATH}/${mdbci_config_name}.json ${logs_publish_dir}