Skip to content

Commit

Permalink
Fix watchdog_test lint and test failures on macos. (prometheus#3003)
Browse files Browse the repository at this point in the history
Ensure identical build flags embedded in both files.

Signed-off-by: Chris Cleeland <chris.cleeland@gmail.com>
Signed-off-by: Vitaly Zhuravlev <v-zhuravlev@users.noreply.github.com>
  • Loading branch information
cleeland authored and v-zhuravlev committed Nov 1, 2024
1 parent a6fd783 commit 6235a64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions collector/watchdog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !nowatchdog
// +build !nowatchdog
//go:build linux && !nowatchdog
// +build linux,!nowatchdog

package collector

Expand Down

0 comments on commit 6235a64

Please sign in to comment.