Displaying 2 results from an estimated 2 matches for "7de356d".
2019 Sep 12
1
[p2v PATCH] tests: require virt-v2v for functional tests
virt-v2v is definitely used by the functional tests that run virt-p2v,
so check for it, and require it for running those tests.
Reported by Rich.
---
m4/p2v-tests.m4 | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/m4/p2v-tests.m4 b/m4/p2v-tests.m4
index f679bc4..7de356d 100644
--- a/m4/p2v-tests.m4
+++ b/m4/p2v-tests.m4
@@ -25,11 +25,12 @@ AC_ARG_ENABLE([gnulib-tests],
AM_CONDITIONAL([ENABLE_GNULIB_TESTS],[test "x$ENABLE_GNULIB_TESTS" = "xyes"])
AC_MSG_RESULT([$ENABLE_GNULIB_TESTS])
-dnl Check libguestfs tools (needed for create the test im...
2019 Sep 18
1
[p2v PATCH v2] Use URL to point to GNU licenses
...oftware
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
# Check for external programs required to either build or run
# virt-p2v.
diff --git a/m4/p2v-tests.m4 b/m4/p2v-tests.m4
index 7de356d..9b4a77f 100644
--- a/m4/p2v-tests.m4
+++ b/m4/p2v-tests.m4
@@ -12,8 +12,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Stree...