#!/usr/bin/bash # Analyze and print general test results export TEST_DIR="test_results" echo "Test results" echo "Basic compositor" ./psummary "test_results" "" echo "WebRender" ./psummary "test_results" "-wr" ./perrors "test_results" "" ./perrors "test_results" "-wr"