copr-andersrh/my-ostree-os/firefox/print_failures
Anders Rytter Hansen 09a4a06fc0 Initial commit of custom build of Firefox
(cherry picked from commit 7247553575)
2025-02-26 09:25:35 +01:00

9 lines
217 B
Bash
Executable file

#!/usr/bin/bash
# Analyze and print test failures
export TEST_DIR="test_results"
#./print-errors $TEST_DIR ""
./print-errors $TEST_DIR "-wr"
#./print-error-reftest $TEST_DIR ""
./print-error-reftest $TEST_DIR "-wr"