kernel-tests master: Fix typos found by Wouter Depypere (b4e1da1)

jforbes at fedoraproject.org jforbes at fedoraproject.org
Thu Apr 23 12:45:10 UTC 2015


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

On branch  : master

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

commit b4e1da18398cf13868cd66a66424bc100a244272
Author: Justin M. Forbes <jforbes at redhat.com>
Date:   Thu Apr 23 07:45:07 2015 -0500

    Fix typos found by Wouter Depypere


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

 config.example |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.example b/config.example
index 51a2fd1..370ae5e 100644
--- a/config.example
+++ b/config.example
@@ -20,7 +20,7 @@ submit=none
 case $submit in
 anonymous)
 	commit=y
-	commithook="curl -H 'Expect:' -F "user=anonymous" -F "test_result=@$logfile\;type=text/x-log" https://apps.fedoraproject.org/kerneltest/upload/anonymous
+	commithook="curl -H 'Expect:' -F "user=anonymous" -F "test_result=@$logfile\;type=text/x-log" https://apps.fedoraproject.org/kerneltest/upload/anonymous"
 	;;
 authenticated)
 	commit=y
@@ -30,7 +30,7 @@ authenticated)
 	if [ -n "$password" ]; then
 	        password="-p $password"
 	fi
-	commithook="fedora_submit.py $username $password -l $logfile"
+	commithook="./fedora_submit.py $username $password -l $logfile"
 	;;
 *)
 	commithook=/usr/bin/true



More information about the kernel mailing list