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
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