This is an automated email from the git hooks/post-receive script.

jforbes pushed a commit to branch master
in repository kernel-tests.

commit 748050c1908e11a30491b5b5bc57a61a6c9958ad
Author: Justin M. Forbes <[email protected]>
Date:   Fri Aug 8 10:35:43 2014 +0200

    Point users to the new kernel test frontend to submit results
---
 runtests.sh | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/runtests.sh b/runtests.sh
index 1d9ad98..c19d907 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -132,11 +132,13 @@ done
 
 # Fix up logfile headers
 sed -i "s,RESULTHOLDER,$cleanrun\nFailed Tests: $failedtests,g" $logfile
+printf "\n%-65s%-8s\n" "Test suite complete" "$cleanrun"
+
+printf "\nYour log file is located at: $logfile\n"
+printf "Submit your results to: https://apps.fedoraproject.org/kerneltest/\n";
 
 if [ "$cleanrun" == "FAIL" ]; then
-       printf "\n%-65s%-8s\n" "Test suite complete" "$cleanrun"
        exit 1
 else
-       printf "\n%-65s%-8s\n" "Test suite complete" "$cleanrun"
        exit 0
 fi

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
kernel mailing list
[email protected]
https://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to