]> xenbits.xensource.com Git - libvirt.git/commitdiff
tests: virsh-all and virsh-synopsis were not being run
authorJim Meyering <meyering@redhat.com>
Fri, 16 Jan 2009 18:07:24 +0000 (18:07 +0000)
committerJim Meyering <meyering@redhat.com>
Fri, 16 Jan 2009 18:07:24 +0000 (18:07 +0000)
* tests/Makefile.am (test_scripts): Add two missing backslashes.

ChangeLog
tests/Makefile.am

index 536c56374b65a8d2df660e61e43523d25bac200b..689ec9ebe846e47624cd762443a444abb745642f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-Fri Jan 16 18:41:40 +0100 2009 Jim Meyering <meyering@redhat.com>
+Fri Jan 16 18:44:08 +0100 2009 Jim Meyering <meyering@redhat.com>
+
+       tests: virsh-all and virsh-synopsis were not being run
+       * tests/Makefile.am (test_scripts): Add two missing backslashes.
 
        tests: exercise a bug that could make virsh and libvirtd segfault
        * tests/define-dev-segfault: New file.
index 98739c5ab6e385c5040c036db65f817faad60a29..a2e5c0f37f5b40ac9bb5b424b25568e1aba972b7 100644 (file)
@@ -57,18 +57,18 @@ endif
 
 test_scripts = domainschematest
 if WITH_LIBVIRTD
-test_scripts += \
-       test_conf.sh \
-       cpuset \
-       daemon-conf \
-       define-dev-segfault \
-       int-overflow \
-       read-bufsiz \
-       read-non-seekable \
-       start \
-       undefine \
-       vcpupin
-       virsh-all
+test_scripts +=                                \
+       test_conf.sh                    \
+       cpuset                          \
+       daemon-conf                     \
+       define-dev-segfault             \
+       int-overflow                    \
+       read-bufsiz                     \
+       read-non-seekable               \
+       start                           \
+       undefine                        \
+       vcpupin                         \
+       virsh-all                       \
        virsh-synopsis
 endif