summaryrefslogtreecommitdiffstats
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
parent33a8ced334f01c94086a5e7e77d11a9361264781 (diff)
downloadpacman-d150b9719000ccafb39e8560120bb4f690ba8b50.tar.gz
pacman-d150b9719000ccafb39e8560120bb4f690ba8b50.zip
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>
-rwxr-xr-xtest/pacman/pactest.py3
-rw-r--r--test/pacman/pmenv.py5
2 files changed, 0 insertions, 8 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)
diff --git a/test/pacman/pmenv.py b/test/pacman/pmenv.py
index f1d626d3..9e6b5625 100644
--- a/test/pacman/pmenv.py
+++ b/test/pacman/pmenv.py
@@ -24,12 +24,7 @@ import tap
class pmenv(object):
"""Environment object
"""
-
testcases = []
- passed = 0
- failed = 0
- expectedfail = 0
- unexpectedpass = 0
def __init__(self, root = "root"):
self.root = os.path.abspath(root)