@@ -1,4 +1,5 @@
QA output created by 747
+mke2fs 1.47.2~WIP-2024-05-21 (21-May-2024)
Starting fillup using direct IO
Starting mixed write/delete test using direct IO
Starting mixed write/delete test using buffered IO
The reason for this is that mke2fs annoyingly prints the program version
to stderr, which messes up the golden output. Fix this by redirecting
stderr like all the othe tests, even though this doesn't seem like a
great solution...
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
---
tests/generic/747 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -99,7 +99,7 @@ seed=$RANDOM
RANDOM=$seed
echo "Running test with seed=$seed" >>$seqres.full
-_scratch_mkfs_sized $((8 * 1024 * 1024 * 1024)) >>$seqres.full
+_scratch_mkfs_sized $((8 * 1024 * 1024 * 1024)) &>>$seqres.full
_scratch_mount
echo "Starting fillup using direct IO"
From: Darrick J. Wong <djwong@kernel.org> ext4 fails on this test with: