Sha256: fafa64f1afa5b00d1b57ab8997cac0caee54e34d91e617a3be82a37f8eb589d1
Contents?: true
Size: 609 Bytes
Versions: 26
Compression:
Stored size: 609 Bytes
Contents
#!/bin/sh . ./test-lib.sh skip_models EventMachine NeverBlock skip_models Rev RevThreadSpawn RevThreadPool skip_models Coolio CoolioThreadSpawn CoolioThreadPool skip_models Epoll XEpoll t_plan 4 "rewindable_input toggled to false" t_begin "setup and start" && { rainbows_setup echo rewindable_input false >> $unicorn_config rainbows -D -c $unicorn_config t0113.ru rainbows_wait_start } t_begin "ensure worker is started" && { test xOK = x$(curl -T t0113.ru -H Expect: -vsSf http://$listen/) } t_begin "killing succeeds" && { kill $rainbows_pid } t_begin "check stderr" && { check_stderr } t_done
Version data entries
26 entries across 26 versions & 1 rubygems