summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/run-tests.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/run-tests.sh b/scripts/run-tests.sh
index b7d81830b..cc09c7621 100755
--- a/scripts/run-tests.sh
+++ b/scripts/run-tests.sh
@@ -597,9 +597,9 @@ function simpletest_script_reporter_display_results() {
echo "\n\n---- $result->test_class ----\n\n\n";
$test_class = $result->test_class;
- // Print table header.
- echo "Status Group Filename Line Function \n";
- echo "--------------------------------------------------------------------------------\n";
+ // Print table header.
+ echo "Status Group Filename Line Function \n";
+ echo "--------------------------------------------------------------------------------\n";
}
simpletest_script_format_result($result);