From fff0aafffb18b09e901679d8ad08999dc26e161a Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Wed, 9 Sep 2020 23:50:36 -0500 Subject: [PATCH] Fix bad arg on mac tests. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0452dda6f..c8cafeace 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -311,7 +311,7 @@ stages: set -e CXX_PATH=`which ${CXX}` echo "using ${TEST_TOOLSET} : : ${CXX_PATH} ;" > ${HOME}/user-config.jam - ./src/engine/b2 b2 warnings-as-errors=on variant=debug,release address-model,32,64 toolset=${TEST_TOOLSET} + ./src/engine/b2 b2 warnings-as-errors=on variant=debug,release address-model=32,64 toolset=${TEST_TOOLSET} displayName: "No Warnings" - bash: | set -e