diff --git a/php/run-php-tests.sh b/php/run-php-tests.sh index 3c23d8e77..8296a0258 100755 --- a/php/run-php-tests.sh +++ b/php/run-php-tests.sh @@ -44,7 +44,5 @@ printenv | grep -E '^(LIBGUESTFS|LIBVIRT|LIBVIRTD|VIRTLOCKD|LD|MALLOC)_' >> env TESTS=$(echo guestfs_php_*.phpt) echo TESTS: $TESTS -# By the way, we're actually testing the installed version of -# libguestfs. But don't worry, because PHP ignores the result of the -# tests anyway! +# PHP ignores the result of the tests! make test TESTS="$TESTS"