1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Move instance manager tests to it's own suite

This commit is contained in:
msvensson@pilot.(none)
2007-08-29 19:02:33 +02:00
parent d3d25d114a
commit 61dbfb3a01
25 changed files with 61 additions and 44 deletions

24
mysql-test/suite/im/t/log.sh Executable file
View File

@@ -0,0 +1,24 @@
#!/bin/sh
###########################################################################
basename=`basename "$0"`
dirname=`dirname "$0"`
###########################################################################
. "$dirname/utils.sh"
###########################################################################
if [ $# -lt 2 ]; then
echo "Usage: $basename <test id> log message ..."
exit 1
fi
test_id="$1"
log_file="$MYSQLTEST_VARDIR/log/$test_id.script.log"
shift
log_debug "$*"