Skip to content
Snippets Groups Projects

finetune log status

Merged Hahn Axel (hahn) requested to merge 6877_final_status_in_log into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
check_deployment.sh 100644 → 100755
+ 1
2
@@ -36,8 +36,7 @@ for myprofile in $( getprofiles )
do
iCount+=1
logfile=$( ls -tr1 ${logdir}/${myprofile}__* | tail -1 )
lastline=$( tail -1 ${logfile} )
if grep "^OK:" <<< $lastline >/dev/null; then
if grep "^OK: ${myprofile}$" $logfile >/dev/null; then
echo "OK: $myprofile - $logfile"
else
iErrors+=1
Loading