X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=scripts%2Fcheck.sh;h=ba48fdacf904ff423e75b6722f87ecae1e76cef9;hb=498aeeaef4fdde54833db90e88a370c8598d85e8;hp=3fd6671aa9799a98519e5f085a49e31e77d1f6e8;hpb=cf7f2e8db318afdc62f24577251972743e5adfd2;p=psensor.git diff --git a/scripts/check.sh b/scripts/check.sh index 3fd6671..ba48fda 100755 --- a/scripts/check.sh +++ b/scripts/check.sh @@ -4,7 +4,7 @@ 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 3>&1 1>&2 2>&3 | grep -v "^/usr/include" | tee /tmp/err +make clean all check install distcheck 3>&1 1>&2 2>&3 | grep -v "^/usr/include" | tee /tmp/err cat /tmp/err