From d4a0d50c61cd86c7ee44a36062e4272c16b78c4a Mon Sep 17 00:00:00 2001 From: Douglas Stebila Date: Thu, 1 Aug 2019 16:18:45 -0400 Subject: [PATCH] Spacing in AppVeyor run script --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 3bf50b01a..fff47f251 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,7 +25,9 @@ configuration: test_script: - cmd: >- python -m pip install pytest + cd %APPVEYOR_BUILD_FOLDER% + python -m pytest -v %APPVEYOR_BUILD_FOLDER%\VisualStudio\%PLATFORM%\%CONFIGURATION%\test_kem.exe