Skip to content

Commit

Permalink
Add small note so we know for sure the zombie script is running
Browse files Browse the repository at this point in the history
  • Loading branch information
saintstack committed Dec 2, 2015
1 parent d8b30b8 commit cbbad6e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dev-support/zombie-detector.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,14 @@ zombies () {
# Exit with error
exit 1
else
echo "`date` We're ok: there was a zombie candidate but it went away"
JIRA_COMMENT="$JIRA_COMMENT
{color:green}+1 core zombie tests -- (was a candidate but now) no zombies!{color}."
fi
else
echo "`date` We're ok: there is no zombie test"
JIRA_COMMENT="$JIRA_COMMENT
{color:green}+1 core zombie tests -- no zombies!{color}."
fi
fi
}

Expand Down

0 comments on commit cbbad6e

Please sign in to comment.