git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f30c3c
)
php: Note that tests are testing the wrong thing.
author
Richard W.M. Jones
<rjones@redhat.com>
Thu, 21 Oct 2010 17:41:56 +0000
(18:41 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Thu, 21 Oct 2010 17:41:56 +0000
(18:41 +0100)
php/run-php-tests.sh
patch
|
blob
|
history
diff --git
a/php/run-php-tests.sh
b/php/run-php-tests.sh
index
38a5e38
..
4905c2c
100755
(executable)
--- 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"