summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-07-12 14:18:44 +0200
committerMartin Stransky <stransky@redhat.com>2021-07-12 14:18:44 +0200
commit9bf28589c3923e62714613d6470d7167db4e5a4c (patch)
tree840c54c29754e5adfc9bff86d64777e1f3a0326b
parentUpdated to 90.0 (diff)
downloadlibrewolf-fedora-ff-9bf28589c3923e62714613d6470d7167db4e5a4c.tar.gz
librewolf-fedora-ff-9bf28589c3923e62714613d6470d7167db4e5a4c.tar.bz2
librewolf-fedora-ff-9bf28589c3923e62714613d6470d7167db4e5a4c.zip
Enable testing
-rw-r--r--firefox.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index e18831d..cfef1c4 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -6,7 +6,7 @@
# building locally and don't want to spend 24 hours waiting for results.
%global run_firefox_tests 0
%ifarch x86_64 %{ix86}
-%global run_firefox_tests 0
+%global run_firefox_tests 1
%endif
# Don't create debuginfo rpm packages. It reduces build time as
bgstack15