From: Amos Jeffries Date: Fri, 27 Mar 2009 22:52:16 +0000 (+1300) Subject: Remove distcheck again. accidentally slipped in X-Git-Tag: SQUID_3_2_0_1~1094 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=38559e73e01376a7d63df50416726a7a087ae836;p=thirdparty%2Fsquid.git Remove distcheck again. accidentally slipped in --- diff --git a/test-suite/buildtest.sh b/test-suite/buildtest.sh index 314bb4b883..873dbf85b2 100755 --- a/test-suite/buildtest.sh +++ b/test-suite/buildtest.sh @@ -39,7 +39,7 @@ fi # do not build any of the install's ... rm -f -r src/fs/aufs/.deps src/fs/diskd/.deps && $base/../configure --silent ${OPTS} 2>&1 && - make ${pjobs} distcheck 2>&1 && + make ${pjobs} check 2>&1 && make ${pjobs} 2>&1 # Remember and then explicitly return the result of the last command