Simplify acceptance test launching
Get rid of checking for --verbose, since it's always there now
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user