From d0d8da882360ef687c71333e2be573bd8c761945 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Wed, 24 May 2017 08:32:19 +0100 Subject: [PATCH] appveyor.yml: Fix config_info name. --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 514f4389..39438fc1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -41,5 +41,6 @@ test_script: - dir - cd libs\config\test - ..\..\..\b2 config_info_travis_install toolset=%TOOLSET% - - config_info.exe + - dir + - config_info_travis - ..\..\..\b2 -j3 toolset=%TOOLSET%