CI: Fix bjam arguments on appveyor.

This commit is contained in:
jzmaddock
2017-06-04 08:06:20 +01:00
parent af55bf7b1f
commit 4ac4a451df

View File

@ -97,7 +97,7 @@ build: off
test_script:
- cd libs\config\test
- ..\..\..\b2 config_info_travis_install toolset=%TOOLSET%
- ..\..\..\b2 config_info_travis_install %ARGS%
- config_info_travis
- cd ..\..\regex\test
- ..\..\..\b2 -j3 toolset=%TOOLSET% define=CI_SUPPRESS_KNOWN_ISSUES
- ..\..\..\b2 -j3 %ARGS% define=CI_SUPPRESS_KNOWN_ISSUES