php-parser/test_old/run-php-src.sh
Nikita Popov 0f64504317 Drop -n flag from test_old
In the hope of fixing the failure on GH actions.
2020-12-08 23:05:19 +01:00

6 lines
259 B
Bash
Executable File

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 test_old/run.php --verbose --no-progress --php-version=$VERSION PHP ./data/php-src