From 9bf28589c3923e62714613d6470d7167db4e5a4c Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Mon, 12 Jul 2021 14:18:44 +0200 Subject: Enable testing --- firefox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit