fix typo in appveyor.yml

This commit is contained in:
arvidn 2015-08-09 21:50:06 -04:00
parent c99ad7b962
commit 663dc5030d
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ build_script:
- cd %ROOT_DIRECTORY%\bindings\python
- b2.exe -j2 %compiler% variant=%variant% linkflags=%linkflags% include="C:\\OpenSSL-Win32\\include" warnings=off --abbreviate-paths stage_module
- python test.py
- if $variant == "test_debug" (
- if %variant% == "test_debug" (
cd %ROOT_DIRECTORY%\simulation
&& b2.exe -j2 crypto=built-in warnings=off %compiler% )