This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
puma--puma
Watch
1
Star
0
Fork
You've already forked puma--puma
0
mirror of
https://github.com/puma/puma.git
synced
2022-11-09 13:48:40 -05:00
Code
Releases
Activity
228edd90e0
puma--puma
/
test
/
shell
/
run.sh
8 lines
105 B
Bash
Raw
Normal View
History
Unescape
Escape
Fix shell tests for 1.8
2012-11-29 15:13:29 -05:00
if
ruby -rubygems t1.rb > /dev/null 2>
&
1
;
then
Move where IO redirect is performed
2012-10-13 13:15:59 -04:00
echo
"t1 OK"
exit
0
else
echo
"t1 FAIL"
exit
1
fi
Copy permalink