Skip to content

Commit f32ef08

Browse files
committed
Use built PHP to run tests
1 parent feab479 commit f32ef08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ steps:
1717
export SKIP_IO_CAPTURE_TESTS=1
1818
export MSAN_SYMBOLIZER_PATH=/usr/lib/llvm-6.0/bin/llvm-symbolizer
1919
rm -rf junit.xml | true
20-
php run-tests.php -P -q \
20+
sapi/cli/php run-tests.php -P -q \
2121
-j$(/usr/bin/nproc) \
2222
-g FAIL,XFAIL,BORK,WARN,LEAK,XLEAK,SKIP \
2323
--offline \

0 commit comments

Comments
 (0)