diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-11-13 15:19:53 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-11-22 09:58:26 +0000 |
commit | 1608317239861a09e99dce368970bc54c7ef9524 (patch) | |
tree | 2895981f4adfe1d55fdca994e8a8c2c206a562fb | |
parent | a272c2d13d7ab63d7a1f5fd41428e9e7c8320b06 (diff) | |
download | libguestfs-1608317239861a09e99dce368970bc54c7ef9524.tar.gz libguestfs-1608317239861a09e99dce368970bc54c7ef9524.tar.xz libguestfs-1608317239861a09e99dce368970bc54c7ef9524.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.
(cherry picked from commit 2d89aef897e633bffba1dffd600b122eacd88fc8)
-rw-r--r-- | tests/protocol/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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 |