summaryrefslogtreecommitdiff
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2016-07-04 17:28:43 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2016-07-04 17:40:25 +0200
commitb91390c21149875c26f8c7b37e3cbdfda0f419ae (patch)
tree12e47ffdef0d19794d3beaccb6f6138a6b9f762e /test/Makefile.in
parent2981d1e79851bc83751efc1d9ce987cdc65305bc (diff)
downloadlvm2-b91390c21149875c26f8c7b37e3cbdfda0f419ae.tar.gz
tests: add mke2fs.conf
Add config for mkfs to get more predicatable results when using mkfs across variety of distributions. In future maybe use this per all tests as default. For now user has to specify in a test MKE2FS_CONFIG envvar to use it.
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index f48d6ead9..94b3105d8 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -205,6 +205,7 @@ install: .tests-stamp lib/paths-installed
$(INSTALL_DIR) $(DATADIR)/{shell,api,lib,dbus} $(EXECDIR)
$(INSTALL_DATA) shell/*.sh $(DATADIR)/shell
$(INSTALL_DATA) api/*.sh $(DATADIR)/api
+ $(INSTALL_DATA) lib/mke2fs.conf $(DATADIR)/lib
$(INSTALL_PROGRAM) api/*.{t,py} $(DATADIR)/api
$(INSTALL_PROGRAM) dbus/*.py $(DATADIR)/dbus/
$(INSTALL_DATA) lib/paths-installed $(DATADIR)/lib/paths