Skip to content
Snippets Groups Projects

check pipestatus

Merged Hahn Axel (hahn) requested to merge 6877_final_status_in_log into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -394,6 +394,7 @@ test -d "${logdir}" || mkdir -p "${logdir}"
for myprofile in $allprofiles
do
( deploy $myprofile; logdelete $myprofile ) 2>&1 | tee ${logdir}/${myprofile}__$(date +%Y-%m-%d__%H%M%S).log
test ${PIPESTATUS[0]} -eq 0 || exit ${PIPESTATUS[0]}
profile=
done
Loading