diff options
author | Martin Stransky <stransky@redhat.com> | 2021-01-05 18:44:28 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2021-01-05 18:44:28 +0100 |
commit | c8c93a4f8d39d51999266febe3d835fd09151023 (patch) | |
tree | 9488cdc0e8def8e3973401f0223238c546544b19 /print_results | |
parent | :x (diff) | |
parent | test tweaks (diff) | |
download | librewolf-fedora-ff-c8c93a4f8d39d51999266febe3d835fd09151023.tar.gz librewolf-fedora-ff-c8c93a4f8d39d51999266febe3d835fd09151023.tar.bz2 librewolf-fedora-ff-c8c93a4f8d39d51999266febe3d835fd09151023.zip |
Merge branch 'master' into f33
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" |