Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions scripts/watch.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# MEASUREMENT PROBE — not for merge (fujibee/agmsg#769).
#
# One comment, in a shell file, so `tests.yml`'s docs-only detector does NOT
# skip the suite. The point is to run `bats (ubuntu-latest 4/4)` against an
# otherwise unchanged `integration/remote`, because that shard cannot be
# observed any other way: the workflow runs on pull requests only, and the
# failing assertion does not reproduce on a macOS machine.
#
# This branch is closed without merging once the shard has reported.
#!/usr/bin/env bash
set -u
# shellcheck disable=SC1091
Expand Down
Loading