From eda702a95211a18d2e247dd7dfff7029e707c2c0 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Tue, 2 Mar 2021 08:11:18 +0100 Subject: Log reftest results as HTML --- firefox.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'firefox.spec') 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 -- cgit