commit | eced528e28a82ac86a1d9eae3eb2d44212c4ab1d | [log] [tgz] |
---|---|---|
author | Michael Lumish <mlumish@google.com> | Mon Jan 25 10:11:42 2016 -0800 |
committer | Michael Lumish <mlumish@google.com> | Mon Jan 25 10:11:42 2016 -0800 |
tree | efc1b32092ee4f9c5820471c0fe21cf927ac4f2a | |
parent | 1a76146c24610230f7028d1dcdefc0258f12f3e9 [diff] | |
parent | 72f9a67cea8ea075b4f7b553845c6292e5aacf8b [diff] |
Merge pull request #4846 from murgatroid99/ruby_coverage_reporting Fix path where we check for ruby coverage report
diff --git a/tools/run_tests/post_tests_ruby.sh b/tools/run_tests/post_tests_ruby.sh index 66a9fbc..0877e44 100755 --- a/tools/run_tests/post_tests_ruby.sh +++ b/tools/run_tests/post_tests_ruby.sh
@@ -43,4 +43,4 @@ rm $tmp2 rm $tmp1 -cp -rv $root/src/ruby/coverage $root/reports/ruby +cp -rv $root/coverage $root/reports/ruby