script cleanup
This commit is contained in:
parent
64b4cd62e3
commit
511ee3f8aa
@ -7,7 +7,10 @@ mkdir -p ~/opt/mysql
|
||||
mkdir -p ~/sandboxes
|
||||
gh-ost-ci-env/bin/linux/dbdeployer unpack gh-ost-ci-env/mysql-tarballs/5.7.21.tar.gz --unpack-version=5.7.21 || :
|
||||
|
||||
sed '/sandboxes/d' -i gh-ost-ci-env/bin/gh-ost-test-mysql-master
|
||||
echo '~/sandboxes/rsandbox_5_7_21/m "$@"' >> gh-ost-ci-env/bin/gh-ost-test-mysql-master
|
||||
|
||||
sed '/sandboxes/d' -i gh-ost-ci-env/bin/gh-ost-test-mysql-replica
|
||||
echo '~/sandboxes/rsandbox_5_7_21/s1 "$@"' >> gh-ost-ci-env/bin/gh-ost-test-mysql-replica
|
||||
|
||||
export PATH="${HOME}/gh-ost-ci-env/bin/:${PATH}"
|
||||
|
Loading…
Reference in New Issue
Block a user