cd20cc0748
* lvm2-testsuite.patch - add a new test package named lvm2-testsuite bnc#950089 * lvm2-testsuite.patch - add a new test package named lvm2-testsuite bnc#950089 * lvm2-testsuite.patch OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=163
34 lines
1.2 KiB
Diff
34 lines
1.2 KiB
Diff
commit 0402acbbb9f8f6066a3f7899e8cc3ae72b84ee20
|
|
Author: Zhilong Liu <zlliu@suse.com>
|
|
Date: Wed Dec 7 02:43:10 2016 -0500
|
|
|
|
add a new test package named lvm2-testsuite(bnc#950089)
|
|
+ lvm2-testsuite.patch
|
|
Currently this new package is not enabled by default.
|
|
Please set enable_testsuite to 1 to turn it on in the
|
|
spec file.
|
|
|
|
Signed-off-by: Zhilong Liu <zlliu@suse.com>
|
|
|
|
diff --git a/test/Makefile.in b/test/Makefile.in
|
|
index f152868..f0845d7 100644
|
|
--- a/test/Makefile.in
|
|
+++ b/test/Makefile.in
|
|
@@ -224,7 +224,7 @@ install: .tests-stamp lib/paths-installed
|
|
$(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) api/*.py $(DATADIR)/api/
|
|
$(INSTALL_PROGRAM) dbus/*.py $(DATADIR)/dbus/
|
|
$(INSTALL_DATA) lib/paths-installed $(DATADIR)/lib/paths
|
|
cd lib && $(INSTALL_DATA) \
|
|
@@ -244,6 +244,7 @@ install: .tests-stamp lib/paths-installed
|
|
@cd $(EXECDIR) && for i in $(LIB_LINK_NOT); do \
|
|
echo "$(LN_S) -f not $$i"; \
|
|
$(LN_S) -f not $$i; done
|
|
+ $(INSTALL_PROGRAM) api/*.t $(EXECDIR)
|
|
$(INSTALL_PROGRAM) -D lib/runner $(bindir)/lvm2-testsuite
|
|
|
|
lib/should: lib/not
|