summaryrefslogtreecommitdiff
path: root/modules/simpletest/simpletest.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-07-07 07:58:09 +0000
committerDries Buytaert <dries@buytaert.net>2009-07-07 07:58:09 +0000
commit129a20f1555d3d8afe6d2dbfb37faace087dbbec (patch)
tree6de9879b0239f915fed25b2cbd2cf2c01135a0c7 /modules/simpletest/simpletest.module
parent476138433b60ce31bc72681302e3cd3d732c0c83 (diff)
downloadbrdo-129a20f1555d3d8afe6d2dbfb37faace087dbbec.tar.gz
brdo-129a20f1555d3d8afe6d2dbfb37faace087dbbec.tar.bz2
- Patch #512108 by boombatower: added a warning to educate people about the 'Clean environment' button when test run fails.
Diffstat (limited to 'modules/simpletest/simpletest.module')
-rw-r--r--modules/simpletest/simpletest.module1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/simpletest/simpletest.module b/modules/simpletest/simpletest.module
index 717474912..e1bf2c45f 100644
--- a/modules/simpletest/simpletest.module
+++ b/modules/simpletest/simpletest.module
@@ -195,6 +195,7 @@ function _simpletest_batch_finished($success, $results, $operations, $elapsed) {
simpletest_log_read($operations[0][1][1]);
drupal_set_message(t('The test run did not successfully finish.'), 'error');
+ drupal_set_message(t('Please use the <em>Clean environment</em> button to clean-up temporary files and tables.'), 'warning');
}
module_invoke_all('test_group_finished');
}