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

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

commit bbc0fd7f6f5085547b4604b7bca4ba61b138df7b
Author: Zbigniew JÄ™drzejewski-Szmek <[email protected]>
Date:   Wed Dec 9 01:39:38 2015 +0000

    Adapt to status returned by upload
    
    The result has "message", not "text", field.
---
 fedora_submit.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fedora_submit.py b/fedora_submit.py
index 0461f36..76c040d 100755
--- a/fedora_submit.py
+++ b/fedora_submit.py
@@ -51,4 +51,4 @@ req = submitclient.send_request(
     files= { 'test_result': ('logfile', open(log, 'rb'), 'text/x-log'),}
 )
  
-print req.text
+print req.message

-- 
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