All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] erofs-utils: tests: register chunk-based inode test
@ 2026-06-26  2:50 Yifan Zhao
  2026-06-26  2:50 ` [PATCH 2/2] erofs-utils: tests: add multi-device chunk read regression test Yifan Zhao
  2026-06-26  3:07 ` [PATCH 1/2] erofs-utils: tests: register chunk-based inode test Gao Xiang
  0 siblings, 2 replies; 3+ messages in thread
From: Yifan Zhao @ 2026-06-26  2:50 UTC (permalink / raw)
  To: linux-erofs; +Cc: Yifan Zhao

Assisted-by: Codex:GPT-5.5
Signed-off-by: Yifan Zhao <stopire@gmail.com>
---
maybe just squash it with previous patch...

 tests/Makefile.am | 3 +++
 tests/erofs/031   | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index cd1971a..a1e31fb 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -129,6 +129,9 @@ TESTS += erofs/029
 # 030 - regression test for NULL dentry on hardlink-to-root tar entry
 TESTS += erofs/030
 
+# 031 - test chunk-based inodes
+TESTS += erofs/031
+
 # NEW TEST CASE HERE
 # TESTS += erofs/999
 
diff --git a/tests/erofs/031 b/tests/erofs/031
index 3b2a059..f8ede34 100755
--- a/tests/erofs/031
+++ b/tests/erofs/031
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # SPDX-License-Identifier: MIT
 #
 # Test chunk-based mapping with shared chunks across inodes
-- 
2.54.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-06-26  3:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-26  2:50 [PATCH 1/2] erofs-utils: tests: register chunk-based inode test Yifan Zhao
2026-06-26  2:50 ` [PATCH 2/2] erofs-utils: tests: add multi-device chunk read regression test Yifan Zhao
2026-06-26  3:07 ` [PATCH 1/2] erofs-utils: tests: register chunk-based inode test Gao Xiang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.