summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-08-03 18:59:39 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2007-08-03 18:59:39 +0200
commit4b7c5a3fe8e3dfc439fdad88f30e28964059a5e4 (patch)
treedd1a6b69ebe429fd76d089438622073887cf1898 /test
parentb7f9f8fc3c7dc452e457bfd8ba51b198b6c29960 (diff)
* make apt -Wall clean
Diffstat (limited to 'test')
-rwxr-xr-xtest/pre-upload-check.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pre-upload-check.py b/test/pre-upload-check.py
index 271d54f22..837a25023 100755
--- a/test/pre-upload-check.py
+++ b/test/pre-upload-check.py
@@ -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