mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 18:25:30 +02:00
Send output from mysql_client_test to var/log/mysql_client_test.log
This commit is contained in:
parent
0d9864b86c
commit
12de829a49
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@
|
|||
# server or run mysql-test-run --debug mysql_client_test and check
|
||||
# var/log/mysql_client_test.trace
|
||||
|
||||
--disable_result_log
|
||||
--exec $MYSQL_CLIENT_TEST --getopt-ll-test=25600M
|
||||
--exec echo "$MYSQL_CLIENT_TEST" > $MYSQLTEST_VARDIR/log/mysql_client_test.log 2>&1
|
||||
--exec $MYSQL_CLIENT_TEST --getopt-ll-test=25600M >> $MYSQLTEST_VARDIR/log/mysql_client_test.log 2>&1
|
||||
|
||||
# End of 4.1 tests
|
||||
echo ok;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue