We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c1fa71e + 0a4f311 commit 961dfcfCopy full SHA for 961dfcf
pr_testing/test_multiple_prs.sh
@@ -640,7 +640,7 @@ if ${BUILD_EXTERNAL} ; then
640
env_log="$WORKSPACE/cmsset_default/run.log"
641
for sh in bash sh zsh ; do
642
echo "Checking cmsset_default.sh for $sh under $os" >> ${env_log}
643
- if ! $cmssw_env -- $sh -e $env_script >>${env_log} 2>&1 ; then
+ if ! $cmssw_env -- $sh -eu $env_script >>${env_log} 2>&1 ; then
644
CMSSET_DEFAULT_ERR="${CMSSET_DEFAULT_ERR} $sh:$os"
645
echo "Failed" >> ${env_log}
646
$cmssw_env -- $sh -ex $env_script > $WORKSPACE/cmsset_default/${sh}-${os}.log 2>&1 || true
0 commit comments