Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Latest commit

 

History

History
18 lines (9 loc) · 341 Bytes

README_developers.rst

File metadata and controls

18 lines (9 loc) · 341 Bytes

To see test errors after a test:

pyb clean run_unit_tests || cat target/reports/TEST*xml

and

pyb run_cram_tests || less /home/robert/ss/afp-cli/target/reports/cram.err

Or alternatively, you can use the versbose switch -v:

pyb -v run_unit_tests