search for: 0639ce3

Displaying 2 results from an estimated 2 matches for "0639ce3".

2016 May 03
0
[PATCH 2/2] php: Fix the tests yet again.
...ommit 0d69eab98f0bd5dd2d218ce5adcafdeb13f9d90d. --- php/extension/php-for-tests.sh.in | 12 ++++++++++++ php/run-php-tests.sh | 12 ------------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/php/extension/php-for-tests.sh.in b/php/extension/php-for-tests.sh.in index 0639ce3..283dc47 100755 --- a/php/extension/php-for-tests.sh.in +++ b/php/extension/php-for-tests.sh.in @@ -1,4 +1,16 @@ #!/bin/sh . ./env + +# Setting debug or trace isn't very useful because the PHP test script +# mixes stdout and stderr together and compares this to the expected +# output, so yo...
2016 May 03
2
[PATCH 1/2] Revert "php: Fix the tests ... again."
This reverts commit 0d69eab98f0bd5dd2d218ce5adcafdeb13f9d90d. --- php/run-php-tests.sh | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/php/run-php-tests.sh b/php/run-php-tests.sh index 80758bd..e5cfc0d 100755 --- a/php/run-php-tests.sh +++ b/php/run-php-tests.sh @@ -28,13 +28,10 @@ cd extension # won't get passed down to the script. Furthermore,