diff options
author | Martin Stransky <stransky@redhat.com> | 2020-11-24 20:52:59 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-11-24 20:52:59 +0100 |
commit | 4b86827d560da2e93b01a3d656aa8d505e37d7a7 (patch) | |
tree | 6b2fad40275e5cf7f47374824015e9f679a8df43 /print_results_general | |
parent | Copy test results to version/release subdir (diff) | |
download | librewolf-fedora-ff-4b86827d560da2e93b01a3d656aa8d505e37d7a7.tar.gz librewolf-fedora-ff-4b86827d560da2e93b01a3d656aa8d505e37d7a7.tar.bz2 librewolf-fedora-ff-4b86827d560da2e93b01a3d656aa8d505e37d7a7.zip |
Fix mochitest
Diffstat (limited to 'print_results_general')
-rwxr-xr-x | print_results_general | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/print_results_general b/print_results_general deleted file mode 100755 index 07fdab8..0000000 --- a/print_results_general +++ /dev/null @@ -1,22 +0,0 @@ -#!/usr/bin/bash -# Analyze and print general test results - -TEST_DIR="test_general" - -echo "Cppunittests:" -grep "cppunittests INFO | Passed:" $TEST_DIR/cppunittest -grep "cppunittests INFO | Failed:" $TEST_DIR/cppunittest -echo " " - -echo "JSAPI test:" -echo -n "PASSED: " -grep "TEST-PASS" $TEST_DIR/jsapi | wc -l -echo " " - -echo "JStests test:" -tail -n 1 $TEST_DIR/jstests -echo " " - -echo "Rust tests" -grep "test result:" $TEST_DIR/rusttests -echo " " |