1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/test/shell/run.sh

8 lines
95 B
Bash
Raw Normal View History

2012-10-13 13:15:59 -04:00
if ruby t1.rb > /dev/null 2>&1; then
echo "t1 OK"
exit 0
else
echo "t1 FAIL"
exit 1
fi