Artifact [cd611f1626]
Artifact cd611f1626ce6b294d154ecdd21dc7f163683371:
- File notify-failure.sh — part of check-in [55903da835] at 2012-02-29 16:56:53 on branch trunk — 'dk add ruby fpm' (user: jls@semicomplete.com size: 190)
#!/bin/sh "$@" status=$? if [ ! -z "$TMUX" ] ; then if [ "$status" -ne 0 ] ; then tmux display-message "Tests Fail" else tmux display-message "Tests OK" fi fi exit $status