Commit a5637077 authored by Michael Widenius's avatar Michael Widenius

Added missing 'source' command.

parent 35832761
...@@ -26,7 +26,7 @@ let $debug= 0; ...@@ -26,7 +26,7 @@ let $debug= 0;
let $do_long_tests= 1; let $do_long_tests= 1;
# #
--include/big_test.inc --source include/big_test.inc
# The server must support partitioning. # The server must support partitioning.
--source include/have_partition.inc --source include/have_partition.inc
......
...@@ -44,7 +44,7 @@ let $more_trigger_tests= 0; ...@@ -44,7 +44,7 @@ let $more_trigger_tests= 0;
let $more_pk_ui_tests= 0; let $more_pk_ui_tests= 0;
# Slow running test # Slow running test
--include/big_test.inc --source include/big_test.inc
# This test relies on connecting externally from mysqltest, doesn't # This test relies on connecting externally from mysqltest, doesn't
# work with embedded. # work with embedded.
--source include/not_embedded.inc --source include/not_embedded.inc
......
...@@ -41,7 +41,7 @@ let $more_trigger_tests= 0; ...@@ -41,7 +41,7 @@ let $more_trigger_tests= 0;
let $more_pk_ui_tests= 0; let $more_pk_ui_tests= 0;
# Slow running test # Slow running test
--include/big_test.inc --source include/big_test.inc
# This test relies on connecting externally from mysqltest, doesn't # This test relies on connecting externally from mysqltest, doesn't
# work with embedded. # work with embedded.
--source include/not_embedded.inc --source include/not_embedded.inc
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment