diff mbox

xfstests-bld: include f2fs userspace tools in test appliances

Message ID 1482343592-135031-3-git-send-email-ebiggers3@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Eric Biggers Dec. 21, 2016, 6:06 p.m. UTC
From: Eric Biggers <ebiggers@google.com>

Signed-off-by: Eric Biggers <ebiggers@google.com>
---
 kvm-xfstests/test-appliance/gce-xfstests-bld.sh | 1 +
 kvm-xfstests/test-appliance/xfstests-packages   | 1 +
 2 files changed, 2 insertions(+)

Comments

Theodore Ts'o Dec. 22, 2016, 5:07 p.m. UTC | #1
On Wed, Dec 21, 2016 at 10:06:29AM -0800, Eric Biggers wrote:
> From: Eric Biggers <ebiggers@google.com>
> 
> Signed-off-by: Eric Biggers <ebiggers@google.com>

Sure, applied.  I hadn't bothered because I built a newer version of
f2fs-tools from the git repository as a debian package and dropped it
in kvm-xfststs/test-appliance/debs.  It's been on my todo list work
with the Debian maintainer to get a newer version into
jessie-backports....

						- Ted
--
To unsubscribe from this list: send the line "unsubscribe fstests" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/kvm-xfstests/test-appliance/gce-xfstests-bld.sh b/kvm-xfstests/test-appliance/gce-xfstests-bld.sh
index f041a95..c10645f 100644
--- a/kvm-xfstests/test-appliance/gce-xfstests-bld.sh
+++ b/kvm-xfstests/test-appliance/gce-xfstests-bld.sh
@@ -16,6 +16,7 @@  PACKAGES="bash-completion \
 	dump \
 	e3 \
 	ed \
+	f2fs-tools \
 	file \
 	gawk \
 	kexec-tools \
diff --git a/kvm-xfstests/test-appliance/xfstests-packages b/kvm-xfstests/test-appliance/xfstests-packages
index 33b1f05..127897d 100644
--- a/kvm-xfstests/test-appliance/xfstests-packages
+++ b/kvm-xfstests/test-appliance/xfstests-packages
@@ -9,6 +9,7 @@  dbus
 dmsetup
 dump
 ed
+f2fs-tools
 file
 gawk
 joe-jupp