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 b881bff commit 106ca5dCopy full SHA for 106ca5d
script/cibuild-gh-ost-replica-tests
@@ -44,9 +44,11 @@ test_mysql_version() {
44
45
sed '/sandboxes/d' -i gh-ost-ci-env/bin/gh-ost-test-mysql-master
46
echo 'sandboxes/rsandbox/m "$@"' >> gh-ost-ci-env/bin/gh-ost-test-mysql-master
47
+ cat gh-ost-ci-env/bin/gh-ost-test-mysql-master
48
49
sed '/sandboxes/d' -i gh-ost-ci-env/bin/gh-ost-test-mysql-replica
50
echo 'sandboxes/rsandbox/s1 "$@"' >> gh-ost-ci-env/bin/gh-ost-test-mysql-replica
51
+ cat gh-ost-ci-env/bin/gh-ost-test-mysql-replica
52
53
export PATH="${PWD}/gh-ost-ci-env/bin/:${PATH}"
54
0 commit comments