This is an automated email from the ASF dual-hosted git repository.
bnolsen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git
The following commit(s) were added to refs/heads/main by this push:
new 67e340f `set -e` to regression.sh and cmake.sh (#321)
67e340f is described below
commit 67e340f3ac74c3c0a30ee3c70bf1f1e1dc5edbae
Author: Brian Neradt <[email protected]>
AuthorDate: Thu Mar 7 08:40:55 2024 -0500
`set -e` to regression.sh and cmake.sh (#321)
Co-authored-by: bneradt <[email protected]>
---
jenkins/bin/cmake.sh | 1 +
jenkins/bin/regression.sh | 1 +
2 files changed, 2 insertions(+)
diff --git a/jenkins/bin/cmake.sh b/jenkins/bin/cmake.sh
index a689336..1e4e412 100755
--- a/jenkins/bin/cmake.sh
+++ b/jenkins/bin/cmake.sh
@@ -19,6 +19,7 @@
# This does intentionally not run the regressions, it's primarily a "build"
test
set -x
+set -e
NPROC=$(nproc)
diff --git a/jenkins/bin/regression.sh b/jenkins/bin/regression.sh
index e10ae93..ba9213e 100755
--- a/jenkins/bin/regression.sh
+++ b/jenkins/bin/regression.sh
@@ -17,6 +17,7 @@
# limitations under the License.
set -x
+set -e
NPROC=$(nproc)