summaryrefslogtreecommitdiff
path: root/print_results
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-01-05 15:40:59 +0100
committerMartin Stransky <stransky@redhat.com>2021-01-05 15:40:59 +0100
commitbc34c2ba1765a325d2326c13c697e67896998118 (patch)
treed8471ceb3cf2627fcc242598db9025f95d4c78da /print_results
parentDon't fail on tests (diff)
downloadlibrewolf-fedora-ff-bc34c2ba1765a325d2326c13c697e67896998118.tar.gz
librewolf-fedora-ff-bc34c2ba1765a325d2326c13c697e67896998118.tar.bz2
librewolf-fedora-ff-bc34c2ba1765a325d2326c13c697e67896998118.zip
Fix missing test_failures.txt file
Diffstat (limited to 'print_results')
-rwxr-xr-xprint_results7
1 files changed, 2 insertions, 5 deletions
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"
bgstack15