summaryrefslogtreecommitdiff
path: root/scripts/run-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/run-tests.sh')
-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.