~vkolesnikov/pbxt/pbxt-07-diskfull

« back to all changes in this revision

Viewing changes to pbxt/mysql-test-update/mysql-test/t/mysql_client_test.test

  • Committer: paul-mccullagh
  • Date: 2006-10-23 09:14:04 UTC
  • Revision ID: paul-mccullagh-918861e03d351978a9541168a96e58cc826734ee
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This test should work in embedded server after we fix mysqltest
 
2
-- source include/not_embedded.inc
 
3
 
 
4
# We run with different binaries for normal and --embedded-server
 
5
#
 
6
# If this test fails with "command "$MYSQL_CLIENT_TEST" failed",
 
7
# you should either run mysql_client_test separartely against a running
 
8
# server or run mysql-test-run --debug mysql_client_test and check
 
9
# var/log/mysql_client_test.trace
 
10
 
 
11
--exec echo "$MYSQL_CLIENT_TEST" > $MYSQLTEST_VARDIR/log/mysql_client_test.log 2>&1
 
12
--exec $MYSQL_CLIENT_TEST --getopt-ll-test=25600M >> $MYSQLTEST_VARDIR/log/mysql_client_test.log 2>&1
 
13
 
 
14
# End of 4.1 tests
 
15
echo ok;
 
16