diff --git a/Rakefile b/Rakefile index f87780b..93ac10d 100644 --- a/Rakefile +++ b/Rakefile @@ -84,7 +84,7 @@ namespace "test" do desc "Run NBD test scenarios" task 'scenarios' => 'flexnbd' do - sh "cd tests/acceptance; ruby nbd_scenarios" + sh "cd tests/acceptance; ruby nbd_scenarios -v" end end