diff options
author | Martin Stransky <stransky@redhat.com> | 2021-01-05 15:40:59 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2021-01-05 15:40:59 +0100 |
commit | bc34c2ba1765a325d2326c13c697e67896998118 (patch) | |
tree | d8471ceb3cf2627fcc242598db9025f95d4c78da /print_failures | |
parent | Don't fail on tests (diff) | |
download | librewolf-fedora-ff-bc34c2ba1765a325d2326c13c697e67896998118.tar.gz librewolf-fedora-ff-bc34c2ba1765a325d2326c13c697e67896998118.tar.bz2 librewolf-fedora-ff-bc34c2ba1765a325d2326c13c697e67896998118.zip |
Fix missing test_failures.txt file
Diffstat (limited to 'print_failures')
-rwxr-xr-x | print_failures | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/print_failures b/print_failures new file mode 100755 index 0000000..202474d --- /dev/null +++ b/print_failures @@ -0,0 +1,8 @@ +#!/usr/bin/bash +# Analyze and print test failures + +export TEST_DIR="test_results" + +echo "Test failures" +./perrors $TEST_DIR "" +./perrors $TEST_DIR "-wr" |