Loading ndb/test/run-test/atrt-mysql-test-run +1 −1 Original line number Diff line number Diff line #!/bin/sh set -e -x set -x p=`pwd` cd $MYSQL_BASE_DIR/mysql-test ./mysql-test-run --with-ndbcluster --ndbconnectstring=$NDB_CONNECTSTRING $* | tee $p/output.txt Loading Loading
ndb/test/run-test/atrt-mysql-test-run +1 −1 Original line number Diff line number Diff line #!/bin/sh set -e -x set -x p=`pwd` cd $MYSQL_BASE_DIR/mysql-test ./mysql-test-run --with-ndbcluster --ndbconnectstring=$NDB_CONNECTSTRING $* | tee $p/output.txt Loading