Add "-VV" option to MemCheck to avoid travis time-outs

This commit is contained in:
Soonho Kong 2013-09-10 16:10:16 -07:00
parent 6569406fb9
commit ecc43e51ed

View file

@ -142,7 +142,7 @@ after_script:
ctest -D ExperimentalCoverage;
fi
- if [[ $LEANREPO == BLESSED && $MEMCHECK == TRUE ]]; then
yes "C" | ctest -D ExperimentalMemCheck;
yes "C" | ctest -D ExperimentalMemCheck -VV;
fi
- if [[ $LEANREPO == BLESSED && $PUSH_TO_CDASH == TRUE ]]; then
ctest -D ExperimentalSubmit;