diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-08-03 18:59:39 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-08-03 18:59:39 +0200 |
commit | 4b7c5a3fe8e3dfc439fdad88f30e28964059a5e4 (patch) | |
tree | dd1a6b69ebe429fd76d089438622073887cf1898 /test | |
parent | b7f9f8fc3c7dc452e457bfd8ba51b198b6c29960 (diff) |
* make apt -Wall clean
Diffstat (limited to 'test')
-rwxr-xr-x | test/pre-upload-check.py | 1 |
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 |