summaryrefslogtreecommitdiffstats
path: root/test-tool/run-test-tool-locally
Commit message (Collapse)AuthorAgeFilesLines
* test-tool: Don't use static binary helper program, nor ISO.Richard W.M. Jones2011-04-061-3/+1
| | | | | | | | | | | | | | This simplifies the libguestfs-test-tool program down to essentials. Bugs most commonly occur when starting the appliance, so what we should concentrate on test is just that. Previously the test tool built a special static binary helper program, packaged it up in an ISO, then ran this inside the appliance. None of this really tested useful failure modes, but they did make the test tool itself harder to build, harder for users to run, and more brittle. This change also adds some more debugging of libguestfs state.
* test-tool: Add a 'run-test-tool-locally' script.Richard Jones2010-09-061-0/+56
This can be used to run the test tool without installing it. It sets the environment variables and command line arguments up correctly to run the tool from the build directory.