From 4b9efadce2d18d0cb904ff497cc3597381728143 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 20 Aug 2019 17:43:10 +0100 Subject: [PATCH] v2v: Fix missing backslash character in list of tests. Fixes commit c0d95dcde8e9b6f9acf165c57678d5eedcbfd1b6. --- v2v/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2v/Makefile.am b/v2v/Makefile.am index 3fb70f2ca..2b939368e 100644 --- a/v2v/Makefile.am +++ b/v2v/Makefile.am @@ -479,7 +479,7 @@ TESTS += \ test-v2v-print-source.sh \ test-v2v-sound.sh \ test-v2v-virtio-win-iso.sh \ - test-v2v-windows-conversion.sh + test-v2v-windows-conversion.sh \ $(SLOW_TESTS) \ $(ROOT_TESTS) endif ENABLE_APPLIANCE