[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1407604220-2620-4-git-send-email-tytso@mit.edu>
Date: Sat, 9 Aug 2014 13:10:18 -0400
From: Theodore Ts'o <tytso@....edu>
To: Ext4 Developers List <linux-ext4@...r.kernel.org>
Cc: antymat+debian@...lmska.waw.pl, 756922@...s.debian.org,
Theodore Ts'o <tytso@....edu>
Subject: [PATCH 4/6] tests: make sure MKE2FS_FIRST_META_BG is unset while running tests
If the developer has set the MKE2FS_FIRST_META_BG environment
variable, this can cause test failures.
Signed-off-by: Theodore Ts'o <tytso@....edu>
---
tests/test_config | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/test_config b/tests/test_config
index 6789656..1872e5c 100644
--- a/tests/test_config
+++ b/tests/test_config
@@ -32,6 +32,7 @@ E2FSCK_CONFIG=/dev/null
export E2FSCK_CONFIG
MKE2FS_CONFIG=./mke2fs.conf
export MKE2FS_CONFIG
+unset MKE2FS_FIRST_META_BG
E2FSPROGS_SKIP_PROGRESS=yes
export E2FSPROGS_SKIP_PROGRESS
EXT2FS_NO_MTAB_OK=yes
--
2.0.0
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists