Skip to content

Commit 87c292f

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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)