diff options
author | Martin Stransky <stransky@redhat.com> | 2019-12-06 15:36:19 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2019-12-06 15:36:19 +0100 |
commit | 297c523bf4c17dbcdf992234ab1d054b989da34c (patch) | |
tree | aa5b1ceb6b45d8dff1ef5848ad8392a6d4d66ab5 /firefox.spec | |
parent | added libasan/libasan-static to build req for asan builds (diff) | |
download | librewolf-fedora-ff-297c523bf4c17dbcdf992234ab1d054b989da34c.tar.gz librewolf-fedora-ff-297c523bf4c17dbcdf992234ab1d054b989da34c.tar.bz2 librewolf-fedora-ff-297c523bf4c17dbcdf992234ab1d054b989da34c.zip |
fixed test builds
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 2 |
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 |