php: Note that tests are testing the wrong thing.

This commit is contained in:
Richard W.M. Jones
2010-10-21 18:41:56 +01:00
parent 8f30c3c3f8
commit c97d6c16bd

View File

@@ -32,4 +32,7 @@ echo TESTS: $TESTS
# the output.
unset LIBGUESTFS_DEBUG
# 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! ** Gah, PHP is written by morons ... **
make test TESTS="$TESTS"