summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Kocoloski <kocolosk@apache.org>2022-01-20 14:54:11 -0500
committerAdam Kocoloski <kocolosk@apache.org>2022-01-20 21:44:55 -0500
commit9fd6b4514fbaffc564ee51aa8dc7dab304e2b253 (patch)
tree526fb7b977c57d137bab9972f3410d7c9520af63
parenta99c7ba854ddafea9a8d7a4493152bd10e1af8ce (diff)
downloadcouchdb-9fd6b4514fbaffc564ee51aa8dc7dab304e2b253.tar.gz
Run same suites as 'check' target
-rw-r--r--build-aux/Jenkinsfile.full4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index 2315e0350..c9dac11c2 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -126,8 +126,8 @@ def generateNativeStage(platform) {
sh '$MAKE'
sh '$MAKE eunit'
sh '$MAKE elixir-suite'
- sh '$MAKE exunit'
sh '$MAKE mango-test'
+ sh '$MAKE weatherreport-test'
}
}
}
@@ -178,8 +178,8 @@ def generateContainerStage(platform) {
sh 'make'
sh 'make eunit'
sh 'make elixir-suite'
- sh 'make exunit'
sh 'make mango-test'
+ sh 'make weatherreport-test'
}
}
catch (err) {