From 3519c3ecbc7e39bf7d915ea48f19c51f8a6e638b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 28 Nov 2009 12:20:11 -0800 Subject: tests: +x broken app test, fix config file setup --- t/t0009-broken-app.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 t/t0009-broken-app.sh (limited to 't') diff --git a/t/t0009-broken-app.sh b/t/t0009-broken-app.sh old mode 100644 new mode 100755 index b5aae4e..dc1f9b1 --- a/t/t0009-broken-app.sh +++ b/t/t0009-broken-app.sh @@ -4,8 +4,8 @@ t_plan 9 "graceful handling of broken apps for $model" t_begin "setup and start" && { - rainbows_setup - rainbows -D t0009.ru -c $unicorn_config $model 1 + rainbows_setup $model 1 + rainbows -D t0009.ru -c $unicorn_config rainbows_wait_start } -- cgit v1.2.3-24-ge0c7