diff --git a/appveyor.yml b/appveyor.yml index f6b6e662ec..49a087ddf1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -38,7 +38,7 @@ build_script: test_script: - cmd: IF [%TARGET%]==[tests] ( - "%PYTHON%\\python.exe run_tests.py" && + "%PYTHON%\\python.exe" run_tests.py && IF EXIST "tests\\end-to-end.py" ( set PYTHONPATH=. && "%PYTHON%\\python.exe" "tests\\end-to-end.py" --debug -c "config\\end-to-end.ini" ) )