Skip to content

Commit c06e3bf

Browse files
committed
Specify the default session adapter in run-test.rb
1 parent 38a5536 commit c06e3bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/run-test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
require_relative "helper"
1515

1616
ENV["TEST_UNIT_MAX_DIFF_TARGET_STRING_SIZE"] ||= "10000"
17+
ENV["IRUBY_TEST_SESSION_ADAPTER_NAME"] ||= "ffi-rzmq"
1718

1819
exit Test::Unit::AutoRunner.run(true, test_dir)

0 commit comments

Comments
 (0)