Skip to content

Commit a9522e0

Browse files
committed
TEST: don't use Valgrind's --track-origins=yes in Travis setup as it slow down tests significantly
1 parent b1f770a commit a9522e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ 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 --error-exitcode=42 --track-origins=yes --leak-check=full ./r3 --do run-tests
42+
#- valgrind -v --error-exitcode=42 --track-origins=yes --leak-check=full ./r3 --do run-tests
43+
- valgrind -v --error-exitcode=42 --leak-check=full ./r3 --do run-tests

0 commit comments

Comments
 (0)