summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmysql-test/mysql-test-run2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run b/mysql-test/mysql-test-run
index 279d0af3497..bf746072c94 100755
--- a/mysql-test/mysql-test-run
+++ b/mysql-test/mysql-test-run
@@ -29,7 +29,7 @@ DASHBLANK="---- ---- -------"
MYSQLD_SRC_DIRS="strings mysys include extra regex isam merge myisam \
myisammrg heap sql"
GCOV=`which gcov`
-GCOV_MSG=/tmp/mysqld-gcov.out
+GCOV_MSG=/tmp/mysqld-gcov.out #gcov output
GCOV_ERR=/tmp/mysqld-gcov.err
[ -z $COLUMNS ] && COLUMNS=80