Skip to content

Commit

Permalink
without print all error
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesneimog committed Dec 10, 2023
2 parents 2bff7fb + 68ba141 commit 24447c7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/runTests.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,11 @@ def runTest(pdpatch):
outputLines.append(line.replace("error:", ""))
else:
outputLines.append(line)
print(line.replace("error:", ""))

#sys.exit()

except subprocess.TimeoutExpired:
print("\033[K", end="\r")
print("Test with " + pdpatch + " failed")
errorInTest += 1
#sys.exit()
return
elif platform.system() == "Darwin":
scriptfile = os.path.abspath(__file__)
Expand Down

0 comments on commit 24447c7

Please sign in to comment.