summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-11-13 15:19:53 +0000
committerRichard W.M. Jones <rjones@redhat.com>2012-11-13 15:26:29 +0000
commit2d89aef897e633bffba1dffd600b122eacd88fc8 (patch)
tree193273779a1ea64cc6e0b03bb35cab028b08f1f5
parent715afda3416080ef9ee961f3ebcff7ef16cfc986 (diff)
downloadlibguestfs-2d89aef897e633bffba1dffd600b122eacd88fc8.tar.gz
libguestfs-2d89aef897e633bffba1dffd600b122eacd88fc8.tar.xz
libguestfs-2d89aef897e633bffba1dffd600b122eacd88fc8.zip
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.
-rw-r--r--tests/protocol/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/protocol/Makefile.am b/tests/protocol/Makefile.am
index ffe40ff6..67009d63 100644
--- a/tests/protocol/Makefile.am
+++ b/tests/protocol/Makefile.am
@@ -29,4 +29,5 @@ TESTS = \
TESTS_ENVIRONMENT = $(top_builddir)/run --test
EXTRA_DIST = \
- $(TESTS)
+ $(TESTS) \
+ test-qemudie-launchfail.sh