mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Pass PHP_VERSION_ID to the extension test scripts
This commit is contained in:
parent
ed743db530
commit
7520cb08b4
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ $testsDir = __DIR__ . '/tests';
|
|||
function runTest($testFile)
|
||||
{
|
||||
$rc = -1;
|
||||
passthru($testFile, $rc);
|
||||
passthru(escapeshellarg($testFile) . ' ' . PHP_VERSION_ID, $rc);
|
||||
|
||||
return $rc === 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue