diff options
Diffstat (limited to 'ndb/test/run-test')
-rwxr-xr-x | ndb/test/run-test/atrt-mysql-test-run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/test/run-test/atrt-mysql-test-run b/ndb/test/run-test/atrt-mysql-test-run index 75482f4b4a7..7657140d0fa 100755 --- a/ndb/test/run-test/atrt-mysql-test-run +++ b/ndb/test/run-test/atrt-mysql-test-run @@ -1,6 +1,6 @@ #!/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 |