Skip to content

Commit

Permalink
Updated valgrind.py output to match other test output.
Browse files Browse the repository at this point in the history
Rory Barnes committed Apr 19, 2024
1 parent 68e2dfc commit 1eb4166
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/valgrind.py
Original file line number Diff line number Diff line change
@@ -31,7 +31,9 @@ def Main():
n_errors = int(words[3])
if n_errors > 0:
tot_fail += 1
print(": " + repr(n_errors) + " error(s)")
print(": FAIL",flush=True)
else:
print(": pass",flush=True)
os.chdir("../../")

print("Done! ")

0 comments on commit 1eb4166

Please sign in to comment.