Files
libguestfs/test-tool
Jim Meyering 9a8889e4d0 use STREQ, not strcmp: part 1
git grep -l 'strcmp *([^=]*== *0'|xargs \
  perl -pi -e 's/\bstrcmp( *\(.*?\)) *== *0/STREQ$1/g'
2009-11-09 22:34:16 +01:00
..
2009-07-22 23:00:30 +01:00
2009-07-22 23:00:30 +01:00
2009-07-22 23:00:30 +01:00
2009-11-09 22:34:16 +01:00

This is a test tool, not a comprehensive test, but a "does it
basically function" test, which can be packaged and given to end
users.

It also collects and prints a lot of internal debug information, which
is useful in bug reports to track down appliance / qemu boot problems.

For more information, please read the man page
libguestfs-test-tool(1).