mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 09:12:07 +00:00
Enable stderr for test in travis
This is necessary to keep the build from 'erroring' since running the tests with valgrind will take a long time
This commit is contained in:
@@ -4,7 +4,7 @@ export VALGRIND_CHECK=1
|
|||||||
make cmake CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=$PWD/dist"
|
make cmake CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=$PWD/dist"
|
||||||
make
|
make
|
||||||
echo "Running tests with valgrind..."
|
echo "Running tests with valgrind..."
|
||||||
if ! make test > /dev/null 2>&1; then
|
if ! make test > /dev/null; then
|
||||||
if ls src/testdir/valgrind.* > /dev/null 2>&1; then
|
if ls src/testdir/valgrind.* > /dev/null 2>&1; then
|
||||||
echo "Memory leak detected" >&2
|
echo "Memory leak detected" >&2
|
||||||
cat src/testdir/valgrind.*
|
cat src/testdir/valgrind.*
|
||||||
|
Reference in New Issue
Block a user