diff options
author | Martin Stransky <stransky@redhat.com> | 2021-03-02 08:11:18 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2021-03-02 08:11:18 +0100 |
commit | eda702a95211a18d2e247dd7dfff7029e707c2c0 (patch) | |
tree | 20c4c0c1f5e39c3773e29350ce9ddb2580353ada /firefox.spec | |
parent | Run xpcshell tests sequential (diff) | |
download | librewolf-fedora-ff-eda702a95211a18d2e247dd7dfff7029e707c2c0.tar.gz librewolf-fedora-ff-eda702a95211a18d2e247dd7dfff7029e707c2c0.tar.bz2 librewolf-fedora-ff-eda702a95211a18d2e247dd7dfff7029e707c2c0.zip |
Log reftest results as HTML
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec index c6ee5f7..857aa37 100644 --- a/firefox.spec +++ b/firefox.spec @@ -201,11 +201,12 @@ Source34: firefox-search-provider.ini Source35: google-loc-api-key Source37: mochitest-python.tar.gz Source38: print_results -Source39: perrors +Source39: print-errors Source40: run-tests-x11 Source41: run-tests-wayland Source42: psummary Source43: print_failures +Source44: print-error-reftest # Build patches Patch3: mozilla-build-arm.patch @@ -792,7 +793,7 @@ find-links=`pwd`/mochitest-python no-index=true EOF tar xf %{SOURCE37} -cp %{SOURCE40} %{SOURCE41} %{SOURCE42} %{SOURCE38} %{SOURCE39} %{SOURCE43} . +cp %{SOURCE40} %{SOURCE41} %{SOURCE42} %{SOURCE38} %{SOURCE39} %{SOURCE43} %{SOURCE44} . mkdir -p test_results %if %{test_on_wayland} ./run-tests-wayland %{test_offscreen} || true |