Skip to content

Commit 84c8649

Browse files
committed
Bad b2 command
1 parent 0bf4e76 commit 84c8649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def _run_b2_tests(
286286
):
287287
os.chdir(str(_boost_root))
288288
_run([
289-
'b2',
289+
_b2_command,
290290
'--abbreviate-paths',
291291
'toolset={}'.format(toolset),
292292
'cxxstd={}'.format(cxxstd),

0 commit comments

Comments
 (0)