config root man

Current Path : /home/usr.opt/mysql57/mysql-test/t/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //home/usr.opt/mysql57/mysql-test/t/mysql_client_test_embedded.test

# The include statement below is a temp one for tests that are yet to
#be ported to run with InnoDB,
#but needs to be kept for tests that would need MyISAM in future.
--source include/force_myisam_default.inc

# Requires many restarts of the embedded library to test regression
--source include/big_test.inc

#Want to skip this test from daily Valgrind execution
--source include/no_valgrind_without_big.inc

--source include/is_embedded.inc

--echo # Run the start/stop test 17 times (* 64 = 1088 restarts)
--echo # --silent to avoid printing out server version etc.
--exec $MYSQL_CLIENT_TEST --silent --count=17 test_embedded_start_stop > $MYSQLTEST_VARDIR/log/test_embedded_start_stop.log 2>&1
# TODO: Test all other tests once.
#       (Currently not done, since many fail with embedded server).
#--exec $MYSQL_CLIENT_TEST > $MYSQLTEST_VARDIR/log/mysql_client_test_embedded.log 2>&1

Man Man