We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bd4526 commit a39eeadCopy full SHA for a39eead
.travis.yml
@@ -39,4 +39,4 @@ script:
39
- cd make/
40
- prebuild/r3-make-linux -qs ../src/tools/make-make.r ${OS_ID}
41
- make clean prep r3
42
- - valgrind -v --leak-check=full ./r3 --do run-tests
+ - valgrind -v --error-exitcode=42 --track-origins=yes --leak-check=full ./r3 --do run-tests
0 commit comments