Sha256: 595c6826bcc6afd3b6261f76451386e07ab9fd7260a4f8328a72436387244dc8
Contents?: true
Size: 294 Bytes
Versions: 1
Compression:
Stored size: 294 Bytes
Contents
#!/bin/bash TEST="test/functional/ct_0_concurrence.rb" if [ $1 = "1" ]; then TEST="test/functional/ct_1_iterator.rb" fi if [ $1 = "2" ]; then TEST="test/functional/ct_2_cancel.rb" fi COUNT=0 while [ $? == 0 ] do echo " *** $COUNT" ((COUNT=$COUNT + 1)) time ruby -I. $TEST $* done
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruote-2.1.11 | test/functional/crunner.sh |