Skip to content
Snippets Groups Projects
Commit 5589b60a authored by Angie Byron's avatar Angie Byron
Browse files

Issue #666854 by TR, JacobSingh: Fixed E_NOTICE warnings in run_tests().sh .

parent 245ae632
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment