summaryrefslogtreecommitdiff
path: root/test/pacman/pactest.py
diff options
context:
space:
mode:
authorAndrew Gregory <andrew.gregory.8@gmail.com>2018-12-22 22:24:39 -0800
committerAllan McRae <allan@archlinux.org>2019-01-04 11:09:48 +1000
commitd150b9719000ccafb39e8560120bb4f690ba8b50 (patch)
treefd50ce3baeb09d343fc0aa6891bb859ec3d36f94 /test/pacman/pactest.py
parent33a8ced334f01c94086a5e7e77d11a9361264781 (diff)
downloadpacman-d150b9719000ccafb39e8560120bb4f690ba8b50.tar.xz
remove unused test summary code
Unused since 12e00af5315135a29a66c9aaa01e141a32d4634b 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, 0 insertions, 3 deletions
diff --git a/test/pacman/pactest.py b/test/pacman/pactest.py
index 85cce6a1..a563fa72 100755
--- a/test/pacman/pactest.py
+++ b/test/pacman/pactest.py
@@ -160,6 +160,3 @@ if __name__ == "__main__":
shutil.rmtree(root_path)
else:
tap.diag("pacman testing root saved: %s" % root_path)
-
- if env.failed > 0:
- sys.exit(1)