~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/mysql_client_test.test

  • Committer: Grant Limberg
  • Date: 2008-08-12 21:13:01 UTC
  • mto: (322.1.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: grant@glsoftware.net-20080812211301-ym3wsowelkgp16s2
renamed all instances of MYSQL_ to DRIZZLE_

Show diffs side-by-side

added added

removed removed

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