Skip to content
Commit 810f6c33 authored by Tristan Van Berkom's avatar Tristan Van Berkom
Browse files

Deprecate `--track-save` option from `bst build`

It makes no sense to support this now that we are adding project.refs,
instead of removing the option completely, we document it as
deprecated and print a warning.

  o _frontend/cli.py: Mark the option as deprecated, warn if it's used

  o _scheduler/trackqueue.py: Remove save optionality

  o _pipeline.py: Remove save optionality

  o tests/frontend/buildtrack.py: Stop testing for no-save functionality,

    This test was actually broken, and only save functionality was being
    tested. This was due to using a list [True] or [False] in the
    @pytest.mark.parameterize() statement, both of which are truthy values.
parent 024a37c5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment