[Piuparts-commits] [SCM] piuparts git repository branch, master, updated. eda668423fa87898c59d1075118693714aa5a053

Holger Levsen holger at layer-acht.org
Fri Dec 23 10:28:05 UTC 2011


The following commit has been merged in the master branch:
commit f640ed0c6a36cdbde0d2f201639d95da63ff05f9
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Dec 3 10:30:55 2011 +0100

    fix s#cmd#command# which was forgotten when renaming variables

diff --git a/piuparts-slave.py b/piuparts-slave.py
index d1935c5..1ed1ecc 100644
--- a/piuparts-slave.py
+++ b/piuparts-slave.py
@@ -441,7 +441,7 @@ def test_package(config, package, packages_files):
           command += " --mirror %s " % config["mirror"]
         command += " " + package["Package"]
 
-        output.write("Executing: %s\n" % cmd)
+        output.write("Executing: %s\n" % command)
         ret,f = run_test_with_timeout(command, MAX_WAIT_TEST_RUN, True)
         if ret < 0:
             output.write(" *** Process KILLED - exceed maximum run time ***\n")

-- 
piuparts git repository



More information about the Piuparts-commits mailing list