From f66482a4aba9ddc12d59e0bbc2c7784262cad55e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Wed, 10 Feb 2021 16:06:00 +0100 Subject: [PATCH] cmake: Do not hard-code test arguments Tests should follow their default output of txt as when run directly, and any output configuration should be handled by the CI system. Change-Id: Id0d72318df5edad1c58ac637e827d6043884e829 Reviewed-by: Joerg Bornemann Reviewed-by: Toni Saario --- cmake/QtTestHelpers.cmake | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cmake/QtTestHelpers.cmake b/cmake/QtTestHelpers.cmake index e602ed732a8..09b87765886 100644 --- a/cmake/QtTestHelpers.cmake +++ b/cmake/QtTestHelpers.cmake @@ -293,11 +293,6 @@ function(qt_internal_add_test name) endif() set(test_executable "${name}") endif() - - if (NOT arg_CATCH) - #TODO: Should we replace this by TESTARGS environment variable? - list(APPEND extra_test_args "-o" "${name}.xml,xml" "-o" "-,txt") - endif() endif() qt_internal_collect_command_environment(test_env_path test_env_plugin_path)