Skip to content

Commit

Permalink
Output LSAN details on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
peria committed Aug 7, 2018
1 parent 1131f67 commit ea6cdad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/travis.sh
Expand Up @@ -21,4 +21,4 @@ cd $outdir
cmake "${cmake_opts[@]}" $srcdir

ninja
CTEST_OUTPUT_ON_FAILURE=1 ninja test
CTEST_OUTPUT_ON_FAILURE=1 LSAN_OPTIONS=verbosity=1 ninja test

0 comments on commit ea6cdad

Please sign in to comment.