diff options
author | monty@hundin.mysql.fi <> | 2001-12-13 02:38:39 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-12-13 02:38:39 +0200 |
commit | a5f061c7fb6650c4cb2a7a90ea58c2d1ac8134c4 (patch) | |
tree | 3cdd222ab5510791bf4416864ba2a3775442bd64 /mysql-test | |
parent | 87fd219d67dc6a0630e882d4be6ced589bd3f0f6 (diff) | |
parent | ea4516d538cdac3604417b13ef0ce4780c0b8ef9 (diff) | |
download | mariadb-git-a5f061c7fb6650c4cb2a7a90ea58c2d1ac8134c4.tar.gz |
Merge
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/mysql-test-run.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mysql-test/mysql-test-run.sh b/mysql-test/mysql-test-run.sh index 4a7cb555dba..4a9764efa5b 100644 --- a/mysql-test/mysql-test-run.sh +++ b/mysql-test/mysql-test-run.sh @@ -263,10 +263,9 @@ while test $# -gt 0; do $ECHO "Note: you will get more meaningful output on a source distribution compiled with debugging option when running tests with --gdb option" fi DO_GDB=1 - # We must use manager, as things doesn't work on Linux without it # This needs to be checked properly # USE_MANAGER=1 - # USE_RUNNING_SERVER="" + USE_RUNNING_SERVER="" ;; --client-gdb ) if [ x$BINARY_DIST = x1 ] ; then |