summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBrian Foster <bfoster@redhat.com>2016-06-16 08:28:48 -0400
committerEryu Guan <eguan@redhat.com>2016-06-21 13:54:44 +0800
commit3ba258d97e7b34e160494fafedb9b2a632582458 (patch)
tree1503c6a4b196d5b78786d4b26efaad7ca141b2e9 /README
parent5f02db6f02e4e0f8d4ddd53e7f5e0c3d5e32d347 (diff)
fstests: support check for uuidgen utility
A recent test uses the uuidgen utility to generate UUID-based filenames, but this package is not necessarily installed as part of the core packages of every distro. As such, add the UUIDGEN_PROG environment variable to the common configuration and update the test to require the existence of uuidgen to run. Signed-off-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 3800df76..2647e127 100644
--- a/README
+++ b/README
@@ -8,7 +8,8 @@ Building Linux:
For example, for Ubuntu:
"sudo apt-get install xfslibs-dev uuid-dev libtool-bin e2fsprogs
automake gcc libuuid1 quota attr libattr1-dev make
- libacl1-dev libaio-dev xfsprogs libgdbm-dev gawk fio dbench"
+ libacl1-dev libaio-dev xfsprogs libgdbm-dev gawk fio dbench
+ uuid-runtime"
- run make
- run make install
- create fsgqa test user ("sudo useradd fsgqa")