Skip to content

Commit

Permalink
Update test/integration/command_v2/test_info_build_order.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jcar87 authored Jan 28, 2025
1 parent 0eab008 commit ba75084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/command_v2/test_info_build_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -880,6 +880,6 @@ def build_requirements(self):
# foo/1.0#2c8d42f07f71e5078b3a014293f244eb:5e4ffcc1ff33697a4ee96f66f0d2228ec458f25c - Invalid
c.run(
'graph build-order --require=foo/1.0 --require=bar/1.0 --profile:all profile -s "foo/*:compiler.cppstd=17" --build="missing:foo/*" --build="missing:bar/*" --order-by=configuration',
assert_error=True)
)

pass

0 comments on commit ba75084

Please sign in to comment.