Skip to content

Commit a39eead

Browse files
committed
TEST: valgrind returning not zero value in case of errors
1 parent 7bd4526 commit a39eead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ script:
3939
- cd make/
4040
- prebuild/r3-make-linux -qs ../src/tools/make-make.r ${OS_ID}
4141
- make clean prep r3
42-
- valgrind -v --leak-check=full ./r3 --do run-tests
42+
- valgrind -v --error-exitcode=42 --track-origins=yes --leak-check=full ./r3 --do run-tests

0 commit comments

Comments
 (0)