File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -702,7 +702,7 @@ function main()
702
702
703
703
compute_summary ();
704
704
echo "===================================================================== " ;
705
- echo get_summary (false , false );
705
+ echo get_summary (false );
706
706
707
707
if ($ output_file != '' && $ just_save_results ) {
708
708
save_or_mail_results ();
@@ -933,7 +933,7 @@ function save_or_mail_results()
933
933
$ failed_tests_data = '' ;
934
934
$ sep = "\n" . str_repeat ('= ' , 80 ) . "\n" ;
935
935
$ failed_tests_data .= $ failed_test_summary . "\n" ;
936
- $ failed_tests_data .= get_summary (true , false ) . "\n" ;
936
+ $ failed_tests_data .= get_summary (true ) . "\n" ;
937
937
938
938
if ($ sum_results ['FAILED ' ]) {
939
939
foreach ($ PHP_FAILED_TESTS ['FAILED ' ] as $ test_info ) {
@@ -3160,7 +3160,7 @@ function show_end($end_time)
3160
3160
3161
3161
function show_summary ()
3162
3162
{
3163
- echo get_summary (true , false );
3163
+ echo get_summary (true );
3164
3164
}
3165
3165
3166
3166
function show_redirect_start ($ tests , $ tested , $ tested_file )
You can’t perform that action at this time.
0 commit comments