summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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