From 68ce3b9db24b797022e011c375cf245cd7b6e732 Mon Sep 17 00:00:00 2001 From: Hilko Bengen Date: Sun, 12 Feb 2012 12:35:26 +0100 Subject: Do not run test-virt-format.sh if appliance has not been built (cherry picked from commit c8a11468c4dc761acdcb9b184d345bafe1b5114d) --- format/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/format/Makefile.am b/format/Makefile.am index 0d1b28ea..1dc8f149 100644 --- a/format/Makefile.am +++ b/format/Makefile.am @@ -74,4 +74,6 @@ TESTS_ENVIRONMENT = \ MALLOC_PERTURB_=$(random_val) \ $(top_builddir)/run +if ENABLE_APPLIANCE TESTS = test-virt-format.sh +endif ENABLE_APPLIANCE -- cgit