archrelease: copy trunk to community-any
[ArchLinux/community.git] / libguestfs / repos / community-x86_64 / libguestfs-1.48.1-disable_php_tests.patch
blob77d29bf8a88f3ed3afc38a0ad5f529f25363cfa1
1 diff -ruN a/php/run-php-tests.sh b/php/run-php-tests.sh
2 --- a/php/run-php-tests.sh 2021-12-10 10:56:32.192663714 +0100
3 +++ b/php/run-php-tests.sh 2022-04-27 21:24:44.062657934 +0200
4 @@ -32,4 +32,3 @@
5 TESTS=$(echo tests/guestfs_*.phpt)
6 echo TESTS: $TESTS
8 -${MAKE:-make} test TESTS="$TESTS" PHP_EXECUTABLE="$PWD/php-for-tests.sh" REPORT_EXIT_STATUS=1 TEST_TIMEOUT=300