From dde6a4893dd1c3d1bc040d58db6fd4cec012c74c Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Mon, 4 Nov 2013 18:10:05 +0200 Subject: Output test results in XML reports instead of to standard output This is a workaround for a problem with the integrated TeamCity JUnit listener which is not thread safe. Without this the test results are completely mixed up in TeamCity. For more information, see http://youtrack.jetbrains.com/issue/TW-33176. All standard JUnit test reports is put in result/reports. For uitest there are three report directories: result/reports-tb2, result/reports-tb3 and result/reports-integration to be able to clean the directories before running a given type of tests. This change is based on the separate fixes by John. Change-Id: I2f0dee416f6745544636f2f3dcea0d0832ff8076 --- uitest/build.xml | 2 -- 1 file changed, 2 deletions(-) (limited to 'uitest/build.xml') diff --git a/uitest/build.xml b/uitest/build.xml index 76b75e9203..864d111023 100644 --- a/uitest/build.xml +++ b/uitest/build.xml @@ -150,8 +150,6 @@ Checkstyle is disabled for uitest for now - - WHAT? No JUnit tests for ${module.name}! -- cgit v1.2.3