We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5954e2 commit 653e255Copy full SHA for 653e255
Makefile
@@ -49,12 +49,6 @@ test: reports
49
--junitxml=./reports/junit.xml \
50
-v \
51
tests/ | tee reports/pytest_output.log
52
- @# Note: Some tests are intentionally skipped (e.g., quantization tests)
53
- @# @if grep -q "SKIPPED" reports/pytest_output.log; then \
54
- @# echo "Error: Tests were skipped. All tests must run."; \
55
- @# grep "SKIPPED" reports/pytest_output.log; \
56
- @# exit 1; \
57
- @# fi
58
@if grep -q "FAILED" reports/pytest_output.log; then \
59
echo "Error: Some tests failed."; \
60
grep "FAILED" reports/pytest_output.log; \
0 commit comments