diff options
author | unknown <sasha@mysql.sashanet.com> | 2000-10-11 17:33:32 -0600 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2000-10-11 17:33:32 -0600 |
commit | e811f80acb898c30611ecb630f81a49fd8ea1ced (patch) | |
tree | edd49092ce9c22166b215791364a5b68ace4cf00 /mysql-test | |
parent | 9e853c97de28ee629fe42a1468b142ce20824261 (diff) | |
download | mariadb-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-x | mysql-test/mysql-test-run | 2 |
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 |