summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 11e9668..a4c43e6 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -457,6 +457,8 @@ echo "ac_add_options --disable-crashreporter" >> .mozconfig
%if 0%{?build_tests}
echo "ac_add_options --enable-tests" >> .mozconfig
+%else
+echo "ac_add_options --disable-tests" >> .mozconfig
%endif
%if !%{?system_jpeg}
bgstack15