From c002ffe2f3b76419ff5d16356d5e57fa518ac68b Mon Sep 17 00:00:00 2001 From: Thiago de Arruda Date: Wed, 26 Feb 2014 15:57:27 -0300 Subject: Temporarily remove valgrind check in travis build --- scripts/travis.sh | 4 ++-- src/main.c | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/travis.sh b/scripts/travis.sh index 90e8082f86..3eb2223fa1 100755 --- a/scripts/travis.sh +++ b/scripts/travis.sh @@ -1,7 +1,7 @@ #!/bin/sh -e -export VALGRIND_CHECK=1 +# export VALGRIND_CHECK=1 make cmake CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=$PWD/dist" make -make test > /dev/null 2>&1 +make test make install diff --git a/src/main.c b/src/main.c index 1c8f336d87..c5d7d528cf 100644 --- a/src/main.c +++ b/src/main.c @@ -276,7 +276,6 @@ static char *(main_errors[]) = * (MSDOS). * Note that we may use mch_exit() before mch_init()! */ - malloc(10323); mch_init(); TIME_MSG("shell init"); -- cgit