Skip to content

Commit 63e09c3

Browse files
authored
Merge pull request #138 from cs50/valgrind
Wording tweak for valgrind
2 parents dd4718b + f63c9b7 commit 63e09c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check50.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ def _check_valgrind(self):
834834

835835
# Only raise exception if we encountered errors.
836836
if reported:
837-
raise Error("valgrind tests failed; rerun with --log for more information.")
837+
raise Error("valgrind tests failed; rerun check50 with --log added to end of command for more information.")
838838

839839

840840
class Mismatch(object):

0 commit comments

Comments
 (0)