From 15ff506d84f72a45c6b9871ef11b382735a752ed Mon Sep 17 00:00:00 2001 From: Brian Gladman Date: Wed, 8 Apr 2020 15:43:18 +0100 Subject: [PATCH] try to correct AppVeyor script --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 5d383136..b6b5432c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,4 +17,4 @@ build_script: test_script: - if [%COMPILER%]==[MSVC19] cd msvc\vs19\mpir-tests - - if [%COMPILER%]==[MSVC19] "python %cd%\run-tests.py 0" + - if [%COMPILER%]==[MSVC19] python %cd%\run-tests.py 0