Skip to content

Commit

Permalink
qa: harden pcp-xsos notrun checks for older platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
natoscott committed Jul 29, 2024
1 parent 14033a5 commit 4763c4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions qa/1564
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ echo "QA output created by $seq"
. ./common.filter
. ./common.check

which gawk >/dev/null 2>&1 || \
_notrun "pcp-xsos requires gawk(1) to be installed"
gawk '@include "/dev/null"' {} 2>/dev/null || \
_notrun "pcp-xsos requires gawk with @include support"

$sudo rm -rf $tmp $tmp.* $seq.full

_cleanup()
Expand Down

0 comments on commit 4763c4b

Please sign in to comment.