summaryrefslogtreecommitdiff
path: root/mysql-test/t/log.sh
diff options
context:
space:
mode:
authoranozdrin/alik@booka.opbmk <>2007-02-24 13:12:20 +0300
committeranozdrin/alik@booka.opbmk <>2007-02-24 13:12:20 +0300
commit2da113129ac8f249fc64469ee2b3da72cc07423d (patch)
treefb3122e04ed259507ff0858e958eb5c46c7a42cf /mysql-test/t/log.sh
parent77079d385d345578e205489c6fea7552a51333f4 (diff)
downloadmariadb-git-2da113129ac8f249fc64469ee2b3da72cc07423d.tar.gz
IM test suite fix.
Log messages from shell-scripts were put to var/log/<test id>.log file. Now, this file is used by mysql-test-run.pl. So, move log messages to var/log/<test id>.script.log.
Diffstat (limited to 'mysql-test/t/log.sh')
-rwxr-xr-xmysql-test/t/log.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/log.sh b/mysql-test/t/log.sh
index 29cf8d3e1a3..33ef6d6701f 100755
--- a/mysql-test/t/log.sh
+++ b/mysql-test/t/log.sh
@@ -17,7 +17,7 @@ if [ $# -lt 2 ]; then
fi
test_id="$1"
-log_file="$MYSQLTEST_VARDIR/log/$test_id.log"
+log_file="$MYSQLTEST_VARDIR/log/$test_id.script.log"
shift