summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-02-20 03:37:58 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-02-20 03:37:58 +0000
commit08616351e19d262b63377a475b5d4fb54f653897 (patch)
treeb1e4cf9dcdeddbd3acc9ffc4898e3d6089f9c01d /scripts
parent802f7aa03dea53ce4e4b941f4944f93b1ea582fc (diff)
downloadbrdo-08616351e19d262b63377a475b5d4fb54f653897.tar.gz
brdo-08616351e19d262b63377a475b5d4fb54f653897.tar.bz2
#377564 by boombatower: Make run-tests.sh respect the 'simpletest_clear_results' variable.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/run-tests.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/run-tests.sh b/scripts/run-tests.sh
index f53ad1937..c593e7c52 100755
--- a/scripts/run-tests.sh
+++ b/scripts/run-tests.sh
@@ -81,10 +81,7 @@ simpletest_script_command($args['concurrency'], $test_id, implode(",", $test_lis
simpletest_script_reporter_display_results();
// Cleanup our test results.
-db_delete("simpletest")
- ->condition('test_id', $test_id)
- ->execute();
-
+simpletest_clean_results_table($test_id);
/**
* Print help text.