Skip to content

Commit 11322dc

Browse files
authored
Skip libstdbuf test for FreeBSD
1 parent 7a815ef commit 11322dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/freebsd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ jobs:
200200
cargo nextest run --hide-progress-bar --profile ci --features "\$UUCORE_FEATURES" -p uucore || FAULT=1
201201
fi
202202
# Test building with make
203-
# skip stdbuf until https://github.com/uutils/coreutils/pull/8684#discussion_r2383492924 was fixed
204-
if (test -z "\$FAULT"); then make nextest PROFILE=ci SKIP_UTILS=stdbuf || FAULT=1 ; fi
203+
# skip libstdbuf test (https://github.com/uutils/coreutils/pull/8684#discussion_r2383492924)
204+
if (test -z "\$FAULT"); then make nextest PROFILE=ci SKIP_UTILS=stdbuf TEST_NO_FAIL_FAST=--test_stdbuf::test_libstdbuf_preload || FAULT=1 ; fi
205205
# Clean to avoid to rsync back the files
206206
cargo clean
207207
if (test -n "\$FAULT"); then exit 1 ; fi

0 commit comments

Comments
 (0)