test/run-test.rb in activesambaldap-0.0.2 vs test/run-test.rb in activesambaldap-0.0.3

- old
+ new

@@ -9,9 +9,11 @@ $LOAD_PATH.unshift(File.join(top_dir, "lib")) $LOAD_PATH.unshift(File.join(top_dir, "test")) require 'test-unit-ext' +ARGV.unshift("--priority") + if Test::Unit::AutoRunner.respond_to?(:standalone?) exit Test::Unit::AutoRunner.run($0, File.dirname($0)) else exit Test::Unit::AutoRunner.run(false, File.dirname($0)) end