mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-25 07:49:18 +00:00
Temporarily skip usr.bin.diff.diff_test.functionname in CI
PR: 262086 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
baf8cbcd97
commit
85eeb6ea62
@ -283,6 +283,10 @@ binary_body()
|
||||
|
||||
functionname_body()
|
||||
{
|
||||
if [ "$(atf_config_get ci false)" = "true" ]; then
|
||||
atf_skip "https://bugs.freebsd.org/262086"
|
||||
fi
|
||||
|
||||
atf_check -o file:$(atf_get_srcdir)/functionname_c.out -s exit:1 \
|
||||
diff -u -p -L functionname.in -L functionname_c.in \
|
||||
"$(atf_get_srcdir)/functionname.in" "$(atf_get_srcdir)/functionname_c.in"
|
||||
|
Loading…
Reference in New Issue
Block a user