summaryrefslogtreecommitdiffstats
path: root/test/pacman/pactest.py
diff options
context:
space:
mode:
authorAndrew Gregory <andrew.gregory.8@gmail.com>2013-08-02 04:59:11 +0200
committerAllan McRae <allan@archlinux.org>2013-08-21 03:00:18 +0200
commit12e00af5315135a29a66c9aaa01e141a32d4634b (patch)
treea223d28c8c2e80d153f7e913703bb1bcce71e126 /test/pacman/pactest.py
parent403c175dbc84a8198b92bbe76f66eade613cff48 (diff)
downloadpacman-12e00af5315135a29a66c9aaa01e141a32d4634b.tar.gz
pacman-12e00af5315135a29a66c9aaa01e141a32d4634b.tar.xz
pactest: remove results summary
This functionality can be provided by a test harness. Having pactest output this information as well clutters the result log created by automake. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'test/pacman/pactest.py')
-rwxr-xr-xtest/pacman/pactest.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/pacman/pactest.py b/test/pacman/pactest.py
index e92864d7..d39fcaa5 100755
--- a/test/pacman/pactest.py
+++ b/test/pacman/pactest.py
@@ -105,9 +105,8 @@ if __name__ == "__main__":
for i in opts.testcases:
env.addtest(i)
- # run tests and print overall results
+ # run tests
env.run()
- env.results()
if not opts.keeproot:
shutil.rmtree(root_path)