From 5589b60aef70d852518acc65ad1725f85aecb854 Mon Sep 17 00:00:00 2001
From: webchick <webchick@24967.no-reply.drupal.org>
Date: Tue, 28 Feb 2012 11:03:44 -0800
Subject: [PATCH] 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 b7d81830b29f..cc09c7621665 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);
-- 
GitLab