From d150b9719000ccafb39e8560120bb4f690ba8b50 Mon Sep 17 00:00:00 2001 From: Andrew Gregory Date: Sat, 22 Dec 2018 22:24:39 -0800 Subject: remove unused test summary code Unused since 12e00af5315135a29a66c9aaa01e141a32d4634b Signed-off-by: Andrew Gregory Signed-off-by: Allan McRae --- test/pacman/pactest.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/pacman/pactest.py') 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 @@ def create_parser(): shutil.rmtree(root_path) else: tap.diag("pacman testing root saved: %s" % root_path) - - if env.failed > 0: - sys.exit(1) -- cgit v1.2.3-54-g00ecf