Limited the log lines in single_test target.

This commit is contained in:
Salvador E. Tropea 2020-09-02 17:55:48 -03:00
parent b621c24152
commit 2fabf6da0c
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ single_test:
@echo "********************" Output
@cat pp/*/output.txt
@echo "********************" Error
@cat pp/*/error.txt
@tail -n 30 pp/*/error.txt
@rm -f tests/input_samples/bom.ini
single_tests: