Repository : http://git.fedorahosted.org/cgit/kernel-tests.git
On branch : master
commit bbc0fd7f6f5085547b4604b7bca4ba61b138df7b Author: Zbigniew J��drzejewski-Szmek zbyszek@in.waw.pl 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 files changed, 1 insertions(+), 1 deletions(-)
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
kernel@lists.fedoraproject.org