]> git.saurik.com Git - apt.git/blobdiff - test/pre-upload-check.py
* make apt -Wall clean
[apt.git] / test / pre-upload-check.py
index 271d54f226a15d3c32352c67666304b64547bc9b..837a25023552c380249fbf3749f296c549bc3228 100755 (executable)
@@ -110,6 +110,7 @@ class testAptInstall(unittest.TestCase):
                      "installing %s failed (got %s)" % (self.pkg, res))
 
 if __name__ == "__main__":
+    print "Runing simple testsuit on current apt-get and libapt"
     if len(sys.argv) > 1 and sys.argv[1] == "-v":
         stdout = sys.stdout
         stderr = sys.stderr