diff options
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/mysql-test-run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.sh b/mysql-test/mysql-test-run.sh index b51d5fff70b..8b5ec5191b0 100644 --- a/mysql-test/mysql-test-run.sh +++ b/mysql-test/mysql-test-run.sh @@ -93,7 +93,6 @@ TAIL=tail ECHO=echo # use internal echo if possible EXPR=expr # use internal if possible FIND=find -GCOV=`which gcov` if test $? != 0; then exit 1; fi PRINTF=printf RM=rm @@ -276,6 +275,7 @@ while test $# -gt 0; do exit 1 fi DO_GCOV=1 + GCOV=`which gcov` ;; --gprof ) DO_GPROF=1 |