Sha256: 6821f4f0867d8d85b1f37cdd2e48a97577a83d1d7ea7e1b5e84e88cf972b0c3d
Contents?: true
Size: 285 Bytes
Versions: 3
Compression:
Stored size: 285 Bytes
Contents
# frozen_string_literal: true @count = 0 def run_tests @count += 1 puts "!(#{@count})" # output = `ruby test/test_thread.rb -n test_thread_inspect` system('ruby test/run.rb') return if $?.exitstatus == 0 exit! # puts # puts output # exit! end loop { run_tests }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
polyphony-0.36 | test/stress.rb |
polyphony-0.34 | test/stress.rb |
polyphony-0.33 | test/stress.rb |