We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a70cf66 commit 9d2fbc9Copy full SHA for 9d2fbc9
run_test.rb
@@ -0,0 +1,4 @@
1
+1000.times do |i|
2
+ tests_passed = system('BUNDLE_GEMFILE=/app/gemfiles/jruby_9.2_contrib.gemfile bundle exec rspec ./spec/datadog/tracing/contrib/sucker_punch/patcher_spec.rb')
3
+ break unless tests_passed
4
+end
0 commit comments