aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Michael Lumish <mlumish@google.com>2016-01-25 10:11:42 -0800
committerGravatar Michael Lumish <mlumish@google.com>2016-01-25 10:11:42 -0800
commiteced528e28a82ac86a1d9eae3eb2d44212c4ab1d (patch)
treeefc1b32092ee4f9c5820471c0fe21cf927ac4f2a
parent1a76146c24610230f7028d1dcdefc0258f12f3e9 (diff)
parent72f9a67cea8ea075b4f7b553845c6292e5aacf8b (diff)
Merge pull request #4846 from murgatroid99/ruby_coverage_reporting
Fix path where we check for ruby coverage report
-rwxr-xr-xtools/run_tests/post_tests_ruby.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/post_tests_ruby.sh b/tools/run_tests/post_tests_ruby.sh
index 66a9fbc534..0877e44805 100755
--- a/tools/run_tests/post_tests_ruby.sh
+++ b/tools/run_tests/post_tests_ruby.sh
@@ -43,4 +43,4 @@ genhtml $tmp2 --output-directory $out
rm $tmp2
rm $tmp1
-cp -rv $root/src/ruby/coverage $root/reports/ruby
+cp -rv $root/coverage $root/reports/ruby