From 2fba69fb16898760a45b96e65d3f344229f4187b Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 15 Apr 2017 04:22:26 -0400 Subject: [PATCH] Add whitespace to test_script cmd Without the additional CRLF, Appveyor dies with on the command . The odd thing is, YAML validated OK. --- .appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 95c8a597..03013cd3 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -25,5 +25,7 @@ test_script: - cmd: >- msbuild /t:CopyCryptestToRoot cryptest.vcxproj + cryptest.exe v + cryptest.exe tv all