diff options
author | Martin Stransky <stransky@redhat.com> | 2021-05-04 15:49:34 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2021-05-04 15:49:34 +0200 |
commit | c21308043168cbc1b97981c87205afd7f6bab4c6 (patch) | |
tree | 626c00071fd2c85cdcbcac24f3600ec196f35ab1 /print_results | |
parent | Added pciutils-libs req (rhbz#1955338), Enabled Wayland on KDE (rhbz#1922608) (diff) | |
download | librewolf-fedora-ff-c21308043168cbc1b97981c87205afd7f6bab4c6.tar.gz librewolf-fedora-ff-c21308043168cbc1b97981c87205afd7f6bab4c6.tar.bz2 librewolf-fedora-ff-c21308043168cbc1b97981c87205afd7f6bab4c6.zip |
Added fix for WebRTC indicator - mozilla#1705048
Diffstat (limited to 'print_results')
-rwxr-xr-x | print_results | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print_results b/print_results index 183ad71..d0b1307 100755 --- a/print_results +++ b/print_results @@ -4,7 +4,7 @@ export TEST_DIR="test_results" echo "Test results" -echo "Basic compositor" -./psummary $TEST_DIR "" +#echo "Basic compositor" +#./psummary $TEST_DIR "" echo "WebRender" ./psummary $TEST_DIR "-wr" |