From 137747bdaf8a5fa0d01e2d3833147aba66eb314d Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 31 May 2019 12:04:23 +0200 Subject: [PATCH] run-tests: Remove redundant 'suites' key We don't have nestead testsuites or similar, so drop this confusing key. --- run-tests.php | 1 - 1 file changed, 1 deletion(-) diff --git a/run-tests.php b/run-tests.php index e776335fdd..eed88ef132 100755 --- a/run-tests.php +++ b/run-tests.php @@ -3544,7 +3544,6 @@ function junit_init_suite($suite_name) 'test_fail' => 0, 'test_error' => 0, 'test_skip' => 0, - 'suites' => array(), 'files' => array(), 'execution_time' => 0, ); -- 2.50.1