Skip to content

Commit 8a3cf3c

Browse files
committed
test(e2e): gate signal/timeout scripts on unix-shell — POSIX-only semantics, documented Windows limitation
1 parent fcf3743 commit 8a3cf3c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/e2e/158_test_signal_and_duration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# requires:
2+
# requires: unix-shell
33
# Signaled tests report shell-convention exit codes (128+sig) with the signal
44
# number in JSON, and every JSON test record carries duration_ms.
55
set -e

tests/e2e/160_test_timeout.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# requires:
2+
# requires: unix-shell
33
# `mcpp test --timeout <secs>`: a hung test is killed and reported as a
44
# timeout failure; the rest of the suite still runs.
55
set -e

0 commit comments

Comments
 (0)