Add the write-during-migration test to the acceptance test run
This commit is contained in:
@@ -29,7 +29,7 @@ end
|
||||
|
||||
@local = File.open(testname_local, "r+")
|
||||
|
||||
@serve = FlexNBD.new(binary, "127.0.0.1", 41234)
|
||||
@serve = FlexNBD::FlexNBD.new(binary, "127.0.0.1", 41234)
|
||||
@serve.serve(testname_serve)
|
||||
|
||||
$record = []
|
||||
|
Reference in New Issue
Block a user