This is an automated email from the ASF dual-hosted git repository. kocolosk pushed a commit to branch jenkins-dynamic-matrix-3x in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 3783cf79dd8e0b24e449ac6643625aded9b20042 Author: Adam Kocoloski <[email protected]> AuthorDate: Thu Jan 20 21:45:16 2022 -0500 Restore ExUnit test --- build-aux/Jenkinsfile.full | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full index d1c0f19..8c2ea95 100644 --- a/build-aux/Jenkinsfile.full +++ b/build-aux/Jenkinsfile.full @@ -126,6 +126,7 @@ def generateNativeStage(platform) { sh '$MAKE' sh '$MAKE eunit' sh '$MAKE elixir-suite' + sh '$MAKE exunit' sh '$MAKE mango-test' sh '$MAKE weatherreport-test' } @@ -178,6 +179,7 @@ def generateContainerStage(platform) { sh 'make' sh 'make eunit' sh 'make elixir-suite' + sh 'make exunit' sh 'make mango-test' sh 'make weatherreport-test' }
