Drop -n flag from test_old

In the hope of fixing the failure on GH actions.
This commit is contained in:
Nikita Popov 2020-12-08 23:05:19 +01:00
parent 5e36ef732e
commit 0f64504317

View File

@ -2,4 +2,4 @@ VERSION=$1
wget -q https://github.com/php/php-src/archive/php-$VERSION.tar.gz
mkdir -p ./data/php-src
tar -xzf ./php-$VERSION.tar.gz -C ./data/php-src --strip-components=1
php -n test_old/run.php --verbose --no-progress --php-version=$VERSION PHP ./data/php-src
php test_old/run.php --verbose --no-progress --php-version=$VERSION PHP ./data/php-src