Update .travis files to continue memcheck if it generates exceptions
This commit is contained in:
parent
f4edbba325
commit
48b5625f41
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ after_script:
|
|||
fi
|
||||
- cd build
|
||||
- if [[ $MEMCHECK == TRUE ]]; then
|
||||
ctest -D ExperimentalMemCheck -VV;
|
||||
yes "C" | ctest -D ExperimentalMemCheck -VV;
|
||||
fi
|
||||
- if [[ $PUSH_TO_CDASH == TRUE ]]; then
|
||||
ctest -D ExperimentalSubmit;
|
||||
|
|
|
@ -142,7 +142,7 @@ after_script:
|
|||
ctest -D ExperimentalCoverage;
|
||||
fi
|
||||
- if [[ $LEANREPO == BLESSED && $MEMCHECK == TRUE ]]; then
|
||||
ctest -D ExperimentalMemCheck;
|
||||
yes "C" | ctest -D ExperimentalMemCheck;
|
||||
fi
|
||||
- if [[ $LEANREPO == BLESSED && $PUSH_TO_CDASH == TRUE ]]; then
|
||||
ctest -D ExperimentalSubmit;
|
||||
|
|
Loading…
Reference in a new issue