From 08616351e19d262b63377a475b5d4fb54f653897 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Fri, 20 Feb 2009 03:37:58 +0000 Subject: #377564 by boombatower: Make run-tests.sh respect the 'simpletest_clear_results' variable. --- scripts/run-tests.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'scripts/run-tests.sh') 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. -- cgit v1.2.3