From 663dc5030d269225aa685c2de71f84ad8ba06021 Mon Sep 17 00:00:00 2001 From: arvidn Date: Sun, 9 Aug 2015 21:50:06 -0400 Subject: [PATCH] fix typo in appveyor.yml --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index f7ec60fd4..392dc7129 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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% )