aboutsummaryrefslogtreecommitdiffstats
path: root/filesystems
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2025-07-01 00:42:19 +0200
committerMatthias Andree <mandree@FreeBSD.org>2025-07-01 00:43:12 +0200
commitb6fd0d318fd228f6f2781fc4361165f4a340367c (patch)
tree6771189edfc060926813ddf93d40987d0e0375e7 /filesystems
parentde9f1e0ca9f6cb7ae016a972839483759fdae176 (diff)
filesystems/e2fsprogs-core: mark r_corrupt_fs test is_slow_test
...to skip it in more configurations. PR: 287935
Diffstat (limited to 'filesystems')
-rw-r--r--filesystems/e2fsprogs-core/Makefile2
1 files changed, 1 insertions, 1 deletions
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 \