Skip to content

Commit

Permalink
Cat out the result.
Browse files Browse the repository at this point in the history
  • Loading branch information
finn-ball committed Mar 24, 2021
1 parent 581b656 commit eaba210
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/test/shell/bazel/remote/remote_execution_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2557,7 +2557,10 @@ FNH:0
LH:0
LF:0
end_of_record"
assert_equals "$expected_result" "$(cat bazel-testlogs/a/cc/coverage_test/hello-test/coverage.dat )"

cat bazel-testlogs/a/cc/coverage_test/hello-test/coverage.dat

assert_equals "$expected_result" "$(cat bazel-testlogs/a/cc/coverage_test/hello-test/coverage.dat)"
}

run_suite "Remote execution and remote cache tests"

0 comments on commit eaba210

Please sign in to comment.