Skip to content

Commit 0f64504

Browse files
committed
Drop -n flag from test_old
In the hope of fixing the failure on GH actions.
1 parent 5e36ef7 commit 0f64504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_old/run-php-src.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ VERSION=$1
22
wget -q https://github.com/php/php-src/archive/php-$VERSION.tar.gz
33
mkdir -p ./data/php-src
44
tar -xzf ./php-$VERSION.tar.gz -C ./data/php-src --strip-components=1
5-
php -n test_old/run.php --verbose --no-progress --php-version=$VERSION PHP ./data/php-src
5+
php test_old/run.php --verbose --no-progress --php-version=$VERSION PHP ./data/php-src

0 commit comments

Comments
 (0)