]> granicus.if.org Git - php/commit
run-tests: Don't pass --INI-- settings to --SKIPIF--
authorNikita Popov <nikita.ppv@gmail.com>
Thu, 27 Jun 2019 12:07:20 +0000 (14:07 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 28 Jun 2019 07:17:09 +0000 (09:17 +0200)
commitb195412bf385cad9d40b1a6669e422fdd91b5e70
tree31ab73c7d25d29c70d41d0039bffd17b4d3d2d33
parent70fa4715a4209049769b8a62687f15e403183120
run-tests: Don't pass --INI-- settings to --SKIPIF--

If we're testing ini settings that cause startup failures, we'll
never get to that SKIPIF block...

Also change settings2param to return a value instead of modifying
(to a different type no less!) in place.
run-tests.php