summaryrefslogtreecommitdiffstats
path: root/run.in
Commit message (Collapse)AuthorAgeFilesLines
* python: Add PYTHONPATH to './run' script.Richard W.M. Jones2012-04-111-3/+14
| | | | | | | Also: - tidy up the script - use the ./run script when running Python tests
* run script: Add support for gobject introspectionMatthew Booth2012-01-201-3/+9
|
* run script: Don't overwrite LD_LIBRARY_PATH and PERL5LIBMatthew Booth2011-11-241-3/+13
| | | | This change allows the run scripts of virt-v2v and libguestfs to be chained.
* Update FSF address.Matthew Booth2011-11-081-1/+1
|
* out-of-tree build: generate ./run from template, fix image checksHilko Bengen2011-08-181-0/+51
./run can now be run in a separate build directory. Since some files needed in the image checks are found in the source tree (but not the build tree), the source tree location is passed to make-*-img.sh via an environment variable.