From c34a12369e7a5dbd03bdfbacefa5600f5a702c03 Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Thu, 8 Mar 2018 21:33:14 +0000 Subject: [PATCH] tests: Rely on unittest2 to print failure messages --- test.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test.sh b/test.sh index b8c1cbef..f720a7ba 100755 --- a/test.sh +++ b/test.sh @@ -13,10 +13,6 @@ while time.time() < deadline and proc.poll() is None: time.sleep(1.0) if proc.poll() is not None: - if proc.returncode: - print - print >> sys.stderr, "Command failed:", sys.argv[2:] - print sys.exit(proc.returncode) proc.terminate() print