From 5589b60aef70d852518acc65ad1725f85aecb854 Mon Sep 17 00:00:00 2001 From: webchick Date: Tue, 28 Feb 2012 11:03:44 -0800 Subject: Issue #666854 by TR, JacobSingh: Fixed E_NOTICE warnings in run_tests().sh . --- scripts/run-tests.sh | 6 +++--- 1 file 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); -- cgit v1.2.3