[Libguestfs] [PATCH 0/2] tests: simpler way to use configure results

Pino Toscano ptoscano at redhat.com
Mon Dec 16 10:20:52 UTC 2019


Add a single shell script to hold results of configure.

Pino Toscano (2):
  build: add an empty config.sh
  tests: switch to config.sh for xmllint

 .gitignore                                    |  4 +---
 config.sh.in                                  | 22 +++++++++++++++++++
 configure.ac                                  |  7 +-----
 ...luks.sh.in => test-virt-inspector-luks.sh} |  2 +-
 ...inspector.sh.in => test-virt-inspector.sh} |  2 +-
 .../{test-xmllint.sh.in => test-xmllint.sh}   |  2 +-
 tests/test-functions.sh                       |  3 +++
 7 files changed, 30 insertions(+), 12 deletions(-)
 create mode 100644 config.sh.in
 rename inspector/{test-virt-inspector-luks.sh.in => test-virt-inspector-luks.sh} (94%)
 rename inspector/{test-virt-inspector.sh.in => test-virt-inspector.sh} (95%)
 rename inspector/{test-xmllint.sh.in => test-xmllint.sh} (93%)

-- 
2.23.0




More information about the Libguestfs mailing list