Individual tests can be skipped by setting SKIP_TEST_<CMD>[_<N>]=1
[libguestfs.git] / Makefile.am
index 966b593..efde000 100644 (file)
@@ -107,7 +107,8 @@ tests_LDADD = $(top_builddir)/src/libguestfs.la
 TESTS = tests test-bootbootboot.sh
 TESTS_ENVIRONMENT = \
        SKIP_TEST_COMMAND=$(shell ldd test-command | grep -sq 'not a dynamic executable' || echo 1) \
-       SKIP_ZEROFREE=$(shell test -x initramfs/usr/sbin/zerofree || echo 1) \
+       SKIP_TEST_COMMAND_LINES=$(shell ldd test-command | grep -sq 'not a dynamic executable' || echo 1) \
+       SKIP_TEST_ZEROFREE=$(shell test -x initramfs/usr/sbin/zerofree || echo 1) \
        $(VG)
 
 $(TESTS): $(INITRAMFS) $(VMLINUZ)