From a67aa89c624c0f3e53bc6768626e83595f391b0b Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 10 Oct 2010 11:34:22 +0000 Subject: - Patch #937026 by sun: needless cache clearing in simpletest_run_tests(). --- modules/simpletest/simpletest.module | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/simpletest') diff --git a/modules/simpletest/simpletest.module b/modules/simpletest/simpletest.module index e734fe1da..e6f422c53 100644 --- a/modules/simpletest/simpletest.module +++ b/modules/simpletest/simpletest.module @@ -124,7 +124,6 @@ function _simpletest_format_summary_line($summary) { * drupal being the default. */ function simpletest_run_tests($test_list, $reporter = 'drupal') { - cache_clear_all(); $test_id = db_insert('simpletest_test_id') ->useDefaults(array('test_id')) ->execute(); -- cgit v1.2.3