mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
python: Test programs are located in the source directory.
This commit is contained in:
@@ -18,6 +18,6 @@
|
||||
|
||||
set -e
|
||||
|
||||
for f in t/*.py; do
|
||||
for f in $srcdir/t/*.py; do
|
||||
$PYTHON $f
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user