Skip to content

Commit 7bba7d8

Browse files
sylvestreoech3
authored andcommitted
build-gnu: disable date-debug test. It is dev focussed. (#10965)
1 parent 9b4d5e9 commit 7bba7d8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/CICD.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1261,10 +1261,11 @@ jobs:
12611261
shell: bash
12621262
run: |
12631263
CARGO_FEATURES_OPTION='--features=${{ matrix.job.features }}' ;
1264+
# disable -p coreutils https://github.com/uutils/coreutils/issues/10861
12641265
for f in $(util/show-utils.sh ${CARGO_FEATURES_OPTION})
12651266
do
12661267
echo "Building and testing $f"
1267-
cargo test -p "uu_$f" -p coreutils --features=$f --no-default-features
1268+
cargo test -p "uu_$f" --features=$f --no-default-features
12681269
done
12691270
12701271
test_selinux:

util/build-gnu.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,3 +360,6 @@ sed -i 's/echo "changing security context/echo "chcon: changing security context
360360
# * the selinux crate is handling errors
361361
# * the test says "maybe we should not fail when no context available"
362362
sed -i -e "s|returns_ 1||g" tests/cp/no-ctx.sh
363+
364+
# Disable date-debug test - not interesting to implement it
365+
sed -i '1a exit 0' tests/date/date-debug.sh

0 commit comments

Comments
 (0)