You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by dp...@apache.org on 2018/05/20 15:47:56 UTC

[04/50] logging-log4net git commit: Let xunit aggregate test results from all aggregated trx files

Let xunit aggregate test results from all aggregated trx files


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/bd926907
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/bd926907
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/bd926907

Branch: refs/heads/develop
Commit: bd9269073fe8978e1e8d9bfe0cd4797465121616
Parents: b42ee98
Author: Dominik Psenner <dp...@apache.org>
Authored: Sun Nov 12 00:36:07 2017 +0100
Committer: Dominik Psenner <dp...@apache.org>
Committed: Sun Nov 12 00:36:07 2017 +0100

----------------------------------------------------------------------
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/bd926907/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 23b7551..a074ca7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -274,7 +274,7 @@ pipeline {
 							$class               : 'MSTestJunitHudsonTestType',
 							deleteOutputFiles    : false,
 							failIfNotNew         : true,
-							pattern              : 'package/tests/bin/**/*.mstest.trx',
+							pattern              : 'package/**/*.trx',
 							skipNoTestFiles      : true,
 							stopProcessingIfError: true
 						]