Sha256: 9b31c48d3d4def3afae97ebaacff8ebcdad93103e657febce333d07adf0e1617

Contents?: true

Size: 190 Bytes

Versions: 25

Compression:

Stored size: 190 Bytes

Contents

#!/bin/sh

for test in *_test.rb; do
    ./jtest.sh $test
done

#jruby.sh -I connections/native_jdbc_mysql -e 'Dir.foreach(".") { |file| require file if file =~ /_test.rb$/ }' | tee all.log

Version data entries

25 entries across 25 versions & 7 rubygems

Version Path
jashmenn-activerecord-jdbc-adapter-1.2.0 test/activerecord/jall.sh
ActiveRecord-JDBC-0.2.1 test/activerecord/jall.sh
ActiveRecord-JDBC-0.0.1 test/activerecord/jall.sh
ActiveRecord-JDBC-0.2.0 test/activerecord/jall.sh
ActiveRecord-JDBC-0.2.2 test/activerecord/jall.sh