File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments