kernel-tests master: Point users to the new kernel test frontend to submit results (748050c)

jforbes at fedoraproject.org jforbes at fedoraproject.org
Fri Aug 8 08:35:51 UTC 2014


Repository : http://git.fedorahosted.org/cgit/kernel-tests.git

On branch  : master

>---------------------------------------------------------------

commit 748050c1908e11a30491b5b5bc57a61a6c9958ad
Author: Justin M. Forbes <jforbes at redhat.com>
Date:   Fri Aug 8 10:35:43 2014 +0200

    Point users to the new kernel test frontend to submit results


>---------------------------------------------------------------

 runtests.sh |    6 ++++--
 1 files 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



More information about the kernel mailing list