-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Description
Description
Run:
./sapi/cli/php ./run-tests.php -s foobar ext/openssl/tests/gh13860.phptNotice how foobar is not created.
This is because of the following early return which is hit:
Lines 909 to 911 in 146b535
| if (getenv('NO_INTERACTION')) { | |
| return; | |
| } |
because the same code path that calls save_results:
Line 704 in 146b535
| putenv('NO_INTERACTION=1'); |
But I have no idea why
PHP Version
8.4+
Operating System
No response