about summary refs log tree commit homepage
path: root/t/t0009-broken-app.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t0009-broken-app.sh')
-rwxr-xr-xt/t0009-broken-app.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0009-broken-app.sh b/t/t0009-broken-app.sh
index dc1f9b1..5ccb400 100755
--- a/t/t0009-broken-app.sh
+++ b/t/t0009-broken-app.sh
@@ -5,7 +5,7 @@ t_plan 9 "graceful handling of broken apps for $model"
 
 t_begin "setup and start" && {
         rainbows_setup $model 1
-        rainbows -D t0009.ru -c $unicorn_config
+        rainbows -E none -D t0009.ru -c $unicorn_config
         rainbows_wait_start
 }