Skip to content

Commit

Permalink
Remove set -x from coverage collection
Browse files Browse the repository at this point in the history
This causes logs to be very noisy with coverage infrastructure logic
  • Loading branch information
keith committed Mar 19, 2021
1 parent 1b35679 commit d583f14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/test/collect_cc_coverage.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -x
#!/bin/bash
# Copyright 2016 The Bazel Authors. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion tools/test/collect_coverage.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -x
#!/bin/bash

# Copyright 2016 The Bazel Authors. All rights reserved.
#
Expand Down

0 comments on commit d583f14

Please sign in to comment.