mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-11-30 04:19:30 +01:00
Drop -n flag from test_old
In the hope of fixing the failure on GH actions.
This commit is contained in:
parent
5e36ef732e
commit
0f64504317
@ -2,4 +2,4 @@ VERSION=$1
|
|||||||
wget -q https://github.com/php/php-src/archive/php-$VERSION.tar.gz
|
wget -q https://github.com/php/php-src/archive/php-$VERSION.tar.gz
|
||||||
mkdir -p ./data/php-src
|
mkdir -p ./data/php-src
|
||||||
tar -xzf ./php-$VERSION.tar.gz -C ./data/php-src --strip-components=1
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user