We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd4718b + f63c9b7 commit 63e09c3Copy full SHA for 63e09c3
check50.py
@@ -834,7 +834,7 @@ def _check_valgrind(self):
834
835
# Only raise exception if we encountered errors.
836
if reported:
837
- raise Error("valgrind tests failed; rerun with --log for more information.")
+ raise Error("valgrind tests failed; rerun check50 with --log added to end of command for more information.")
838
839
840
class Mismatch(object):
0 commit comments