git: b6fd0d318fd2 - main - filesystems/e2fsprogs-core: mark r_corrupt_fs test is_slow_test
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Jun 2025 22:43:29 UTC
The branch main has been updated by mandree:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b6fd0d318fd228f6f2781fc4361165f4a340367c
commit b6fd0d318fd228f6f2781fc4361165f4a340367c
Author: Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2025-06-30 22:42:19 +0000
Commit: Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2025-06-30 22:43:12 +0000
filesystems/e2fsprogs-core: mark r_corrupt_fs test is_slow_test
...to skip it in more configurations.
PR: 287935
---
filesystems/e2fsprogs-core/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/filesystems/e2fsprogs-core/Makefile b/filesystems/e2fsprogs-core/Makefile
index 02865c08ef8b..12fdf5fb3da3 100644
--- a/filesystems/e2fsprogs-core/Makefile
+++ b/filesystems/e2fsprogs-core/Makefile
@@ -148,6 +148,7 @@ post-extract: # the symlink RELEASE-NOTES is stale in v1.47.1 and v1.47.2 tarbal
${RLN} ${WRKSRC}/doc/RelNotes/v1.47.2.txt ${WRKSRC}/RELEASE-NOTES
post-patch::
+ ${TOUCH} ${WRKSRC}/tests/r_corrupt_fs/is_slow_test
.if !empty(DISTFILES)
@${REINPLACE_CMD} -e 's/<malloc\.h>/<stdlib.h>/' ${WRKSRC}/*/*.c
@${REINPLACE_CMD} -e 's,/etc/blkid.tab,${ETCDIR}/blkid.tab,' ${WRKSRC}/misc/blkid* ${WRKSRC}/lib/blkid/blkidP.h
@@ -175,7 +176,6 @@ post-patch::
r_64to32bit \
r_64to32bit_meta \
r_expand_full \
- r_corrupt_fs \
r_min_itable \
t_change_uuid_mounted \
t_dangerous \