Skip to content
Snippets Groups Projects
Commit b2b87eef authored by Lars Kanis's avatar Lars Kanis
Browse files

Fix setting verbose flag for tests

parent bb41dacd
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ CLOBBER.include( "pkg" )
# Make sure extension is built before tests are run
task :test => [:compile] do
sh "ruby -w -W2 -Ilib test/TS_All.rb -- -v"
sh "ruby -w -W2 -Ilib test/TS_All.rb -v"
end
task :gem => [:compile, :build]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment