diff options
Diffstat (limited to 'mysql-test/include/long_test.inc')
-rw-r--r-- | mysql-test/include/long_test.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/include/long_test.inc b/mysql-test/include/long_test.inc new file mode 100644 index 00000000..d9a3b338 --- /dev/null +++ b/mysql-test/include/long_test.inc @@ -0,0 +1,4 @@ +# We use this --source include to mark a test as taking long to run. +# We can use this to schedule such test early (to not be left with +# only one or two long tests running, and rests of works idle), or to +# run a quick test skipping long-running test cases. |