commit | 1140e3b50b6243b2927c940beabe2a6ece6c3cff | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Mon Feb 24 15:06:46 2020 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Mon Feb 24 15:06:46 2020 -0700 |
tree | 7a928b2aafa131ed9d728b91b68377c08e4a3bc2 | |
parent | 43a0dde5cd80c29bdff9e9cbe0fd225642b7bcb0 [diff] |
Fix xunit test type Change-Id: I7a27bd9aa6c9569896f362665f6d074f4bc33999
diff --git a/jjb/make-unit.yaml b/jjb/make-unit.yaml index 0effd2e..cceeb5f 100644 --- a/jjb/make-unit.yaml +++ b/jjb/make-unit.yaml
@@ -56,7 +56,7 @@ allow-empty-results: '{junit-allow-empty-results}' - xunit: types: - - gunit: + - gtest: pattern: "**/*xunit.xml" deleteoutput: false skip-if-no-test-files: '{xunit-skip-if-no-test-files}'