757ef16e76
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.
11 lines
204 B
Bash
Executable File
11 lines
204 B
Bash
Executable File
#!/usr/bin/bash
|
|
# Analyze and print general test results
|
|
|
|
export TEST_DIR="test_results"
|
|
|
|
echo "Test results"
|
|
#echo "Basic compositor"
|
|
#./psummary $TEST_DIR ""
|
|
echo "WebRender"
|
|
./psummary $TEST_DIR "-wr"
|