Fix watchdog_test lint and test failures on macos. (#3003)

Ensure identical build flags embedded in both files.

Signed-off-by: Chris Cleeland <chris.cleeland@gmail.com>
This commit is contained in:
Chris Cleeland 2024-04-22 15:34:00 -05:00 committed by GitHub
parent acb36765b4
commit d333366914
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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