summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2000-10-11 17:33:32 -0600
committerunknown <sasha@mysql.sashanet.com>2000-10-11 17:33:32 -0600
commite811f80acb898c30611ecb630f81a49fd8ea1ced (patch)
treeedd49092ce9c22166b215791364a5b68ace4cf00 /mysql-test
parent9e853c97de28ee629fe42a1468b142ce20824261 (diff)
downloadmariadb-git-e811f80acb898c30611ecb630f81a49fd8ea1ced.tar.gz
mysql-test/mysql-test-run
can I fool bk this time? mysql-test/mysql-test-run: can I fool bk this time?
Diffstat (limited to 'mysql-test')
-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