X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=scripts%2Fcheck.sh;h=c354a6606481217f56f71f7ecd96a337accea4a1;hb=48739caa745f9f8002e87af574f03e5dc6ae3447;hp=7b46404c1a796f30de75ccab2b93219d5e09b8a2;hpb=fa18cf0ee422c79f2df4ec530e833208ce8b04f7;p=psensor.git diff --git a/scripts/check.sh b/scripts/check.sh index 7b46404..c354a66 100755 --- a/scripts/check.sh +++ b/scripts/check.sh @@ -3,8 +3,9 @@ SCRIPT_DIR=`dirname $0` cd $SCRIPT_DIR/.. -./configure --prefix=/tmp CC=cgcc CPPFLAGS="-Wsparse-all -DCURL_DISABLE_TYPECHECK -Wno-old-initializer" -make clean all check install distcheck 3>&1 1>&2 2>&3 | grep -v "^/usr/include" | tee /tmp/err +./configure --prefix=/tmp CC=cgcc CPPFLAGS="-Wsparse-all -DCURL_DISABLE_TYPECHECK -Wno-old-initializer" || exit 1 +make clean || exit 1 +make all check install distcheck 3>&1 1>&2 2>&3 | grep -v "^/usr/include" | tee /tmp/err cat /tmp/err