summaryrefslogtreecommitdiff
path: root/print_results
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-05-04 15:49:34 +0200
committerMartin Stransky <stransky@redhat.com>2021-05-04 15:49:34 +0200
commitc21308043168cbc1b97981c87205afd7f6bab4c6 (patch)
tree626c00071fd2c85cdcbcac24f3600ec196f35ab1 /print_results
parentAdded pciutils-libs req (rhbz#1955338), Enabled Wayland on KDE (rhbz#1922608) (diff)
downloadlibrewolf-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-xprint_results4
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"
bgstack15