mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
php: move tests under a tests subdirectory
This eases fixes the classname in the junit output of run-tests.php, which now can be properly handled by junit XML consumers.
This commit is contained in:
@@ -41,7 +41,7 @@ rm -f env
|
||||
echo "PATH=$PATH" > env
|
||||
printenv | grep -E '^(LIBGUESTFS|LIBVIRT|LIBVIRTD|VIRTLOCKD|LD|MALLOC)_' >> env
|
||||
|
||||
TESTS=$(echo guestfs_php_*.phpt)
|
||||
TESTS=$(echo tests/guestfs_php_*.phpt)
|
||||
echo TESTS: $TESTS
|
||||
|
||||
make test TESTS="$TESTS" PHP_EXECUTABLE="$PWD/php-for-tests.sh" REPORT_EXIT_STATUS=1
|
||||
|
||||
Reference in New Issue
Block a user