Tweak the fuzz script to work with the new test layout
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
#!/usr/bin/ruby
|
#!/usr/bin/ruby
|
||||||
|
|
||||||
|
$:.push "acceptance"
|
||||||
|
|
||||||
require 'flexnbd'
|
require 'flexnbd'
|
||||||
|
|
||||||
binary = ARGV.shift
|
binary = ARGV.shift
|
||||||
@@ -97,3 +99,4 @@ end
|
|||||||
File.unlink(testname_local)
|
File.unlink(testname_local)
|
||||||
File.unlink(testname_serve)
|
File.unlink(testname_serve)
|
||||||
|
|
||||||
|
@serve.can_die(0)
|
||||||
|
Reference in New Issue
Block a user