bin/run-tests in elastic-apm-3.7.0 vs bin/run-tests in elastic-apm-3.8.0
- old
+ new
@@ -6,10 +6,13 @@
local bn=${case}
if [ -n "${case}" ]; then
bn="$(basename ${case} _spec.rb)/"
fi
- bundle exec rspec -f progress -f JUnit -o spec/junit-reports/${bn}ruby-agent-junit.xml ${case}
+ bundle exec rspec \
+ -f progress \
+ -r yarjuf -f JUnit -o spec/junit-reports/${bn}ruby-agent-junit.xml \
+ ${case}
}
specific_spec=$1
if [[ $specific_spec = '' ]]; then
echo 'Running all specs, including integration'