php: Fix comment in run-php-tests.sh.

This updates commit cd40cf7139.
This commit is contained in:
Richard W.M. Jones
2013-05-17 11:53:45 +01:00
parent 2d58c42ab8
commit 6d87aaefa0

View File

@@ -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"