summaryrefslogtreecommitdiffstats
path: root/cmake/QtTestHelpers.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/QtTestHelpers.cmake')
-rw-r--r--cmake/QtTestHelpers.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/cmake/QtTestHelpers.cmake b/cmake/QtTestHelpers.cmake
index e602ed732a..09b8776588 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)