diff options
author | serg@serg.mysql.com <> | 2001-12-11 20:39:59 +0100 |
---|---|---|
committer | serg@serg.mysql.com <> | 2001-12-11 20:39:59 +0100 |
commit | 997d900e97ea5f99182293f7639fc25b403bf748 (patch) | |
tree | e9b72c5dbc7d7baf3b866e1a5a72b7270769c601 /mysql-test/mysql-test-run.sh | |
parent | a910dacaba343c42888fbab169e4c9706b5671df (diff) | |
download | mariadb-git-997d900e97ea5f99182293f7639fc25b403bf748.tar.gz |
do not use manager with gdb *by default*
Diffstat (limited to 'mysql-test/mysql-test-run.sh')
-rw-r--r-- | mysql-test/mysql-test-run.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/mysql-test-run.sh b/mysql-test/mysql-test-run.sh index 13548be834c..562f4d6f23b 100644 --- a/mysql-test/mysql-test-run.sh +++ b/mysql-test/mysql-test-run.sh @@ -226,8 +226,6 @@ 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 - USE_MANAGER=1 USE_RUNNING_SERVER="" ;; --client-gdb ) |