From bc34c2ba1765a325d2326c13c697e67896998118 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Tue, 5 Jan 2021 15:40:59 +0100 Subject: Fix missing test_failures.txt file --- print_results | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'print_results') diff --git a/print_results b/print_results index 0656e5f..183ad71 100755 --- a/print_results +++ b/print_results @@ -5,9 +5,6 @@ export TEST_DIR="test_results" echo "Test results" echo "Basic compositor" -./psummary "test_results" "" +./psummary $TEST_DIR "" echo "WebRender" -./psummary "test_results" "-wr" - -./perrors "test_results" "" -./perrors "test_results" "-wr" +./psummary $TEST_DIR "-wr" -- cgit