diff options
author | B. Stack <bgstack15@gmail.com> | 2021-04-29 14:33:40 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2021-04-29 14:33:40 -0400 |
commit | 1d44414472f9a5373c18b8a24fe75dddb24b2d7e (patch) | |
tree | a1e4fae081d0ec80afb1076bcc6eb3828d6f7378 | |
parent | add git-helper, and README (diff) | |
download | librewolf-fedora-1d44414472f9a5373c18b8a24fe75dddb24b2d7e.tar.gz librewolf-fedora-1d44414472f9a5373c18b8a24fe75dddb24b2d7e.tar.bz2 librewolf-fedora-1d44414472f9a5373c18b8a24fe75dddb24b2d7e.zip |
disable tests
-rwxr-xr-x | scripts/prep-librewolf-rpm.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/prep-librewolf-rpm.sh b/scripts/prep-librewolf-rpm.sh index 7462109..86a7d02 100755 --- a/scripts/prep-librewolf-rpm.sh +++ b/scripts/prep-librewolf-rpm.sh @@ -118,6 +118,7 @@ sed -r firefox.spec2 \ -e 'echo "export MOZ_DATA_REPORTING=0" >> .mozconfig\' \ -e 'echo "export MOZ_SERVICES_HEALTHREPORT=0" >> .mozconfig\' \ -e 'echo "export MOZ_TELEMETRY_REPORTING=0" >> .mozconfig' \ + -e '/%global run_firefox_tests [0-9]/s/_tests.*$/_tests 0/;' \ > firefox.spec3 # script 3 notes: fedora firefox already includes some important options: |