Added missing 'source' command.

This commit is contained in:
Michael Widenius 2009-10-28 10:08:54 +02:00
parent 358327618d
commit a5637077fb
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ let $debug= 0;
let $do_long_tests= 1;
#
--include/big_test.inc
--source include/big_test.inc
# The server must support partitioning.
--source include/have_partition.inc

View File

@ -44,7 +44,7 @@ let $more_trigger_tests= 0;
let $more_pk_ui_tests= 0;
# Slow running test
--include/big_test.inc
--source include/big_test.inc
# This test relies on connecting externally from mysqltest, doesn't
# work with embedded.
--source include/not_embedded.inc

View File

@ -41,7 +41,7 @@ let $more_trigger_tests= 0;
let $more_pk_ui_tests= 0;
# Slow running test
--include/big_test.inc
--source include/big_test.inc
# This test relies on connecting externally from mysqltest, doesn't
# work with embedded.
--source include/not_embedded.inc