mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
Use the same name for mysql_client_test output file in all branches.
mysql-test/t/mysql_client_test.test: Rename mysql_client_test output file to mysql_client_test.out.log
This commit is contained in:
parent
0fa2ee981b
commit
0769fe5590
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
|
||||
|
||||
--exec echo "$MYSQL_CLIENT_TEST" > $MYSQLTEST_VARDIR/log/mysql_client_test.out 2>&1
|
||||
--exec $MYSQL_CLIENT_TEST --getopt-ll-test=25600M >> $MYSQLTEST_VARDIR/log/mysql_client_test.out 2>&1
|
||||
--exec echo "$MYSQL_CLIENT_TEST" > $MYSQLTEST_VARDIR/log/mysql_client_test.out.log 2>&1
|
||||
--exec $MYSQL_CLIENT_TEST --getopt-ll-test=25600M >> $MYSQLTEST_VARDIR/log/mysql_client_test.out.log 2>&1
|
||||
|
||||
# End of 4.1 tests
|
||||
echo ok;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue