Skip to content

Commit

Permalink
TMP: Fail tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Jun 12, 2023
1 parent b924007 commit 54bd646
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/test/shell/bazel/bazel_coverage_cc_test_llvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ DA:6,1
DA:7,0
DA:8,0
DA:9,1
LH:5
LF:7
end_of_record"

Expand Down
2 changes: 1 addition & 1 deletion src/test/shell/bazel/remote/remote_execution_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2595,7 +2595,7 @@ EOF

# Different LLVM versions generate different outputs.
# Simply check if this is empty or not.
if [[ ! -s bazel-testlogs/a/cc/coverage_test/hello-test/coverage.dat ]]; then
if [[ -s bazel-testlogs/a/cc/coverage_test/hello-test/coverage.dat ]]; then
echo "Coverage is empty. Failing now."
return 1
fi
Expand Down

0 comments on commit 54bd646

Please sign in to comment.