Limited the log lines in single_test target.
This commit is contained in:
parent
b621c24152
commit
2fabf6da0c
2
Makefile
2
Makefile
|
|
@ -89,7 +89,7 @@ single_test:
|
||||||
@echo "********************" Output
|
@echo "********************" Output
|
||||||
@cat pp/*/output.txt
|
@cat pp/*/output.txt
|
||||||
@echo "********************" Error
|
@echo "********************" Error
|
||||||
@cat pp/*/error.txt
|
@tail -n 30 pp/*/error.txt
|
||||||
@rm -f tests/input_samples/bom.ini
|
@rm -f tests/input_samples/bom.ini
|
||||||
|
|
||||||
single_tests:
|
single_tests:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue