[SCM] pkg-kde-jenkins packaging branch, master, updated. c020108c412f726f4b3ac49e71d4d8225cd11531

Maximiliano Curia maxy at moszumanska.debian.org
Thu May 12 10:48:33 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/pkg-kde-jenkins.git;a=commitdiff;h=b243732

The following commit has been merged in the master branch:
commit b243732d81494971d3081a047ac906183d2340a7
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Tue May 10 10:24:49 2016 +0200

    Fix typos
---
 scripts/adt2junit.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/scripts/adt2junit.py b/scripts/adt2junit.py
index 0003ddd..c580fed 100755
--- a/scripts/adt2junit.py
+++ b/scripts/adt2junit.py
@@ -20,7 +20,6 @@ class Test(object):
         self.name = tokens.name
         self.output = tokens.output[0]
         self.status = tokens.status
-        print(self)
 
     def __str__(self):
         return "{{Test {} {}}}".format(self.name, self.status)
@@ -79,7 +78,7 @@ def main():
                            help='Output file', default=sys.stdout)
     args = argparser.parse_args()
 
-    test_cases = generate_test_cases(adt_test.parseFile(args.input))
+    test_cases = generate_test_cases(adt_tests.parseFile(args.input))
     test_suite = TestSuite('Autopkgtest', test_cases)
     args.output.write(TestSuite.to_xml_string([test_suite]))
 

-- 
pkg-kde-jenkins packaging



More information about the pkg-kde-commits mailing list