Add whitespace to test_script cmd
Without the additional CRLF, Appveyor dies with on the command . The odd thing is, YAML validated OK.pull/402/head
parent
424bd710ac
commit
2fba69fb16
|
|
@ -25,5 +25,7 @@ test_script:
|
||||||
- cmd: >-
|
- cmd: >-
|
||||||
|
|
||||||
msbuild /t:CopyCryptestToRoot cryptest.vcxproj
|
msbuild /t:CopyCryptestToRoot cryptest.vcxproj
|
||||||
|
|
||||||
cryptest.exe v
|
cryptest.exe v
|
||||||
|
|
||||||
cryptest.exe tv all
|
cryptest.exe tv all
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue