summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2012-02-28 11:03:44 -0800
committerwebchick <webchick@24967.no-reply.drupal.org>2012-02-28 11:03:44 -0800
commit5589b60aef70d852518acc65ad1725f85aecb854 (patch)
tree73e8f2bae609ebfb5bc549e6704e35fb5ca62292 /scripts
parent245ae632b4b03090447b7bb0e8e25bcabf8f2eaf (diff)
downloadbrdo-5589b60aef70d852518acc65ad1725f85aecb854.tar.gz
brdo-5589b60aef70d852518acc65ad1725f85aecb854.tar.bz2
Issue #666854 by TR, JacobSingh: Fixed E_NOTICE warnings in run_tests().sh .
Diffstat (limited to 'scripts')
-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);