Skip to content

Commit

Permalink
Add or
Browse files Browse the repository at this point in the history
  • Loading branch information
finn-ball committed Apr 6, 2021
1 parent 8d4e013 commit e97fab7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/test/shell/bazel/remote/remote_execution_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2437,11 +2437,9 @@ function test_cc_rbe_coverage_produces_report() {
return 0
fi

gcov --help | grep "\-i,"
if [[ $? -eq 1 ]]; then
touch $TEST_log
return 0
fi
# Check to see if intermediate files are supported, otherwise skip.
gcov --help | grep "\-i," || return 0

local test_dir="a/cc/coverage_test"
mkdir -p $test_dir

Expand Down

0 comments on commit e97fab7

Please sign in to comment.