Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant
cannot_choose_both_dev_and_release
test (#862)
Fixes #849 Removing a test when it's failing isn't a good idea but `cannot_choose_both_release_and_dev` test that created from `cannot_choose_both_release_and_by_name` (in #825) is a duplicate of `cannot_choose_both_dev_and_release` test. It could be fixed by adjusting stderr message assertion to ```sh Usage: scarb[..] --dev --global-cache-dir <DIRECTORY> --global-config-dir <DIRECTORY> <COMMAND> ``` but that would be the exact same thing as `cannot_choose_both_dev_and_release`.
- Loading branch information