conda build --test incorrectly reports 'All tests passed' for non-existent package files #5612
Open
2 tasks done
Labels
type::bug
describes erroneous operation, use severity::* to classify the type
Checklist
What happened?
When running conda build --test with a non-existent package pattern, it incorrectly reports "All tests passed" instead of failing:
This was tested with zsh and bash, and enabling debug mode (--debug) shows no additional useful information.
What should have happened instead?
According to the help documentation, --test requires "a path to built package file". When no valid package file is found:
Conda Info
Conda Config
Conda list
Additional Context
No response
The text was updated successfully, but these errors were encountered: