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_results | |
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_results')
-rwxr-xr-x | print_results | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/print_results b/print_results index 0656e5f..183ad71 100755 --- a/print_results +++ b/print_results @@ -5,9 +5,6 @@ export TEST_DIR="test_results" echo "Test results" echo "Basic compositor" -./psummary "test_results" "" +./psummary $TEST_DIR "" echo "WebRender" -./psummary "test_results" "-wr" - -./perrors "test_results" "" -./perrors "test_results" "-wr" +./psummary $TEST_DIR "-wr" |