summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-12-06 15:36:19 +0100
committerMartin Stransky <stransky@redhat.com>2019-12-06 15:36:19 +0100
commit297c523bf4c17dbcdf992234ab1d054b989da34c (patch)
treeaa5b1ceb6b45d8dff1ef5848ad8392a6d4d66ab5
parentadded libasan/libasan-static to build req for asan builds (diff)
downloadlibrewolf-fedora-ff-297c523bf4c17dbcdf992234ab1d054b989da34c.tar.gz
librewolf-fedora-ff-297c523bf4c17dbcdf992234ab1d054b989da34c.tar.bz2
librewolf-fedora-ff-297c523bf4c17dbcdf992234ab1d054b989da34c.zip
fixed test builds
-rw-r--r--firefox.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 90ef0ed..0c92a7e 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -45,7 +45,7 @@ ExcludeArch: s390x
%global build_tests 1
%endif
-%if !0%{?run_tests}
+%if 0%{?run_tests}
%global use_xvfb 1
%global build_tests 1
%endif
bgstack15