X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=php%2Frun-php-tests.sh;h=66159854da9b0fe38946796a2a454388daaaae65;hb=9b102aae65449a8d321e8cf44a3993af558291db;hp=38a5e38f9b3436075e15303d8b4515cba288f883;hpb=2c61e04c4599536fee771431fb1ebc8384523b2a;p=libguestfs.git diff --git a/php/run-php-tests.sh b/php/run-php-tests.sh index 38a5e38..6615985 100755 --- a/php/run-php-tests.sh +++ b/php/run-php-tests.sh @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. set -e cd extension @@ -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"