From e0a61e91e60d76e740d160449d57a3d34bbac2ad Mon Sep 17 00:00:00 2001 From: Alex Young Date: Sun, 15 Jul 2012 17:14:22 +0100 Subject: [PATCH] Simplify acceptance test launching Get rid of checking for --verbose, since it's always there now --- tests/acceptance/flexnbd.rb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/acceptance/flexnbd.rb b/tests/acceptance/flexnbd.rb index 2411599..2bb83cf 100644 --- a/tests/acceptance/flexnbd.rb +++ b/tests/acceptance/flexnbd.rb @@ -189,11 +189,7 @@ class FlexNBD def build_debug_opt if @do_debug - if `#{@bin} serve --help` =~ /--verbose/ - "--verbose" - else - "" - end + "--verbose" else "--quiet" end