search for: e2b972a

Displaying 3 results from an estimated 3 matches for "e2b972a".

2016 May 19
0
[PATCH 3/3] fish: generate test-prep.sh with generator
...gitignore @@ -206,6 +206,7 @@ Makefile.in /fish/stamp-virt-copy-out.pod /fish/stamp-virt-tar-in.pod /fish/stamp-virt-tar-out.pod +/fish/test-prep.sh /fish/virt-copy-in.1 /fish/virt-copy-out.1 /fish/virt-tar-in.1 diff --git a/fish/test-prep.sh b/fish/test-prep.sh deleted file mode 100755 index e2b972a..0000000 --- a/fish/test-prep.sh +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/bash - -# libguestfs -# Copyright (C) 2012 Red Hat Inc. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Fou...
2016 May 19
6
[PATCH 0/3] misc tests-only changes
Hi, small series with small improvements to the tests. Pino Toscano (3): tests: specify the image format when possible tests: remove remaining relative paths to binaries fish: generate test-prep.sh with generator .gitignore | 1 + align/test-virt-alignment-scan.sh | 2 +- cat/Makefile.am | 2 +- cat/test-virt-cat.sh
2014 Sep 16
5
[PATCH 0/3] tests: Introduce test harness for running tests.
These are my thoughts on adding a test harness to run tests instead of using automake. The aim of this exercise is to allow us to run the full test suite on an installed copy of libguestfs. Another aim is to allow us to work around all the limitations and problems of automake. The first patch makes an observation that since the ./run script sets up $PATH to contain all the directories