firefox/print_failures
Eike Rathke 757ef16e76 Related: #2211000 Revert last two "import sources" commits
The one actual diff

 -%if 0%{?rhel} == 7
 +%if 0%{?rhel} == 7 || (0%{?rhel} == 8 && %{rhel8_minor_version} >= 9)

is instead to be applied to rhel-* branches to stay in sync.
2023-06-29 15:05:23 +02:00

10 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"