From 0f64504317ea99029915203924160cbd24400bdd Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 8 Dec 2020 23:05:19 +0100 Subject: [PATCH] Drop -n flag from test_old In the hope of fixing the failure on GH actions. --- test_old/run-php-src.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_old/run-php-src.sh b/test_old/run-php-src.sh index 5f525df..bc1a3d6 100755 --- a/test_old/run-php-src.sh +++ b/test_old/run-php-src.sh @@ -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