summaryrefslogtreecommitdiffstats
path: root/scripts/qt/qtmod_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/qt/qtmod_test.pl')
-rwxr-xr-xscripts/qt/qtmod_test.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/qt/qtmod_test.pl b/scripts/qt/qtmod_test.pl
index 2bd26588..6a8fd10b 100755
--- a/scripts/qt/qtmod_test.pl
+++ b/scripts/qt/qtmod_test.pl
@@ -1323,6 +1323,9 @@ sub run_qtqa_autotests
# Only need to `qmake', `make' the tests the first time.
do_compile => !$compiled_qtqa_tests,
+
+ # Testscheduler summary is not useful for qtqa tests
+ testscheduler_args => [ '--no-summary' ],
);
$compiled_qtqa_tests = 1;
@@ -1407,6 +1410,7 @@ sub _run_autotests_impl
catfile( "$FindBin::Bin/../generic/testscheduler.pl" ),
'--plan',
'testplan.txt',
+ @{ $args{ testscheduler_args } || []},
split( m{ }, $qt_tests_testscheduler_args ),
@testrunner_args,
);