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
|
def build_debug_opt
|
||||||
if @do_debug
|
if @do_debug
|
||||||
if `#{@bin} serve --help` =~ /--verbose/
|
|
||||||
"--verbose"
|
"--verbose"
|
||||||
else
|
|
||||||
""
|
|
||||||
end
|
|
||||||
else
|
else
|
||||||
"--quiet"
|
"--quiet"
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user