diff options
author | Martin Stransky <stransky@redhat.com> | 2020-12-16 19:32:47 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-12-16 19:32:47 +0100 |
commit | 100e09ad23f3a51c81fbc2524112a0537a8349fa (patch) | |
tree | 5f5c582ad8ea08bc55a987f31c81540ad3f6f8fa /print_results | |
parent | Release up (diff) | |
download | librewolf-fedora-ff-100e09ad23f3a51c81fbc2524112a0537a8349fa.tar.gz librewolf-fedora-ff-100e09ad23f3a51c81fbc2524112a0537a8349fa.tar.bz2 librewolf-fedora-ff-100e09ad23f3a51c81fbc2524112a0537a8349fa.zip |
Run xpcshell tests sequentially
Diffstat (limited to 'print_results')
-rwxr-xr-x | print_results | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/print_results b/print_results index d0bb535..0656e5f 100755 --- a/print_results +++ b/print_results @@ -5,6 +5,9 @@ export TEST_DIR="test_results" echo "Test results" echo "Basic compositor" -./print_subtest "test_results" "" +./psummary "test_results" "" echo "WebRender" -./print_subtest "test_results" "-wr" +./psummary "test_results" "-wr" + +./perrors "test_results" "" +./perrors "test_results" "-wr" |