Delete healthz log (#525)

Silencing the healthz logs.
This commit is contained in:
smruthi2187
2018-03-02 15:50:48 -08:00
committed by GitHub
parent d852ddd91c
commit a3826046a5
6 changed files with 25 additions and 11 deletions
@@ -42,7 +42,7 @@ done
log "Grabbing logs, should have 4 calls in logs"
sleep 15
sleep 60
fission function logs --name $fn --detail > /tmp/logfile
@@ -61,6 +61,7 @@ log $num logs found
if [ $num -ne 4 ]
then
log "Test Failed: expected 4, found $num logs"
exit 1
fi
log "All done."