Description
Run:
./sapi/cli/php ./run-tests.php -s foobar ext/openssl/tests/gh13860.phpt
Notice how foobar is not created.
This is because of the following early return which is hit:
|
if (getenv('NO_INTERACTION')) { |
|
return; |
|
} |
because the same code path that calls save_results:
|
putenv('NO_INTERACTION=1'); |
But I have no idea why
PHP Version
Operating System
No response
Description
Run:
Notice how
foobaris not created.This is because of the following early return which is hit:
php-src/run-tests.php
Lines 909 to 911 in 146b535
because the same code path that calls
save_results:php-src/run-tests.php
Line 704 in 146b535
But I have no idea why
PHP Version
Operating System
No response