remove unused test summary code

Unused since 12e00af531

Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Andrew Gregory 2018-12-22 22:24:39 -08:00 committed by Allan McRae
parent 33a8ced334
commit d150b97190
2 changed files with 0 additions and 8 deletions

View file

@ -160,6 +160,3 @@ if __name__ == "__main__":
shutil.rmtree(root_path) shutil.rmtree(root_path)
else: else:
tap.diag("pacman testing root saved: %s" % root_path) tap.diag("pacman testing root saved: %s" % root_path)
if env.failed > 0:
sys.exit(1)

View file

@ -24,12 +24,7 @@ import tap
class pmenv(object): class pmenv(object):
"""Environment object """Environment object
""" """
testcases = [] testcases = []
passed = 0
failed = 0
expectedfail = 0
unexpectedpass = 0
def __init__(self, root = "root"): def __init__(self, root = "root"):
self.root = os.path.abspath(root) self.root = os.path.abspath(root)