summaryrefslogtreecommitdiffstats
path: root/php
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-10-21 18:41:56 +0100
committerRichard W.M. Jones <rjones@redhat.com>2010-10-21 18:41:56 +0100
commitc97d6c16bd74163d26f7ab9c7f55b842802b23d7 (patch)
tree80a50177508acd7e56c7afc309b7d9cd48e52273 /php
parent8f30c3c3f8c063f7c5ff8c6154d881e07a820251 (diff)
downloadlibguestfs-c97d6c16bd74163d26f7ab9c7f55b842802b23d7.tar.gz
libguestfs-c97d6c16bd74163d26f7ab9c7f55b842802b23d7.tar.xz
libguestfs-c97d6c16bd74163d26f7ab9c7f55b842802b23d7.zip
php: Note that tests are testing the wrong thing.
Diffstat (limited to 'php')
-rwxr-xr-xphp/run-php-tests.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/php/run-php-tests.sh b/php/run-php-tests.sh
index 38a5e38f..4905c2c3 100755
--- a/php/run-php-tests.sh
+++ b/php/run-php-tests.sh
@@ -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"