From 4997569fd31658f8693a88fa89f21c4dc6a35703 Mon Sep 17 00:00:00 2001 From: Jenny Tam Date: Sat, 18 Nov 2017 17:44:56 -0800 Subject: [PATCH] Reverted another change --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index a371fdcf..11eefe29 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -184,9 +184,9 @@ test_script: ls *.xml } Else { "Running phpt tests the regular way..." - php run-tests.php -p php.exe ${env:APPVEYOR_BUILD_FOLDER}\test\functional\sqlsrv\*.phpt > ${env:APPVEYOR_BUILD_FOLDER}\test\functional\sqlsrv.log 2>&1 + php.exe run-tests.php -P ${env:APPVEYOR_BUILD_FOLDER}\test\functional\sqlsrv\*.phpt > ${env:APPVEYOR_BUILD_FOLDER}\test\functional\sqlsrv.log 2>&1 type ${env:APPVEYOR_BUILD_FOLDER}\test\functional\sqlsrv.log; - php run-tests.php -p php.exe ${env:APPVEYOR_BUILD_FOLDER}\test\functional\pdo_sqlsrv\*.phpt > ${env:APPVEYOR_BUILD_FOLDER}\test\functional\pdo_sqlsrv.log 2>&1 + php.exe run-tests.php -P ${env:APPVEYOR_BUILD_FOLDER}\test\functional\pdo_sqlsrv\*.phpt > ${env:APPVEYOR_BUILD_FOLDER}\test\functional\pdo_sqlsrv.log 2>&1 type ${env:APPVEYOR_BUILD_FOLDER}\test\functional\pdo_sqlsrv.log; } - python %APPVEYOR_BUILD_FOLDER%\test\functional\setup\cleanup_dbs.py -dbname %SQLSRV_DBNAME%