null+****@clear*****
null+****@clear*****
2010年 11月 23日 (火) 22:48:38 JST
Tetsuro IKEDA 2010-11-23 13:48:38 +0000 (Tue, 23 Nov 2010)
New Revision: a5d06478d7c41725ec8a57705da12f50f123f204
Log:
ignore test-case's side effect.
Modified files:
test/run-sql-test.sh
Modified: test/run-sql-test.sh (+1 -1)
===================================================================
--- test/run-sql-test.sh 2010-11-23 12:06:11 +0000 (e1030dd)
+++ test/run-sql-test.sh 2010-11-23 13:48:38 +0000 (4128761)
@@ -23,4 +23,4 @@ fi
make -C ${top_dir} install-pluginLTLIBRARIES plugindir=${plugins_dir}
(cd "$mysql_test_dir" && \
- ./mysql-test-run.pl --suite="${test_suite_name}" --force)
+ ./mysql-test-run.pl --no-check-testcases --suite="${test_suite_name}" --force)