From 1608317239861a09e99dce368970bc54c7ef9524 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 13 Nov 2012 15:19:53 +0000 Subject: tests/protocol: Add test-qemudir-launchfail.sh to tarball (but don't run it). This file was present in git, but missing from the tarball. Don't actually run the test: it depends on details of how the appliance is constructed which would fail for old-style appliances. (cherry picked from commit 2d89aef897e633bffba1dffd600b122eacd88fc8) --- tests/protocol/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/protocol/Makefile.am b/tests/protocol/Makefile.am index 6e0f03f4..aef217ef 100644 --- a/tests/protocol/Makefile.am +++ b/tests/protocol/Makefile.am @@ -33,4 +33,5 @@ TESTS_ENVIRONMENT = \ $(top_builddir)/run EXTRA_DIST = \ - $(TESTS) + $(TESTS) \ + test-qemudie-launchfail.sh -- cgit