]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Remove distcheck again. accidentally slipped in
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 27 Mar 2009 22:52:16 +0000 (11:52 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 27 Mar 2009 22:52:16 +0000 (11:52 +1300)
test-suite/buildtest.sh

index 314bb4b8831eeb84402f926e7c483fec347eb89f..873dbf85b22a428f4c76564903cb1f3b8f6a1903 100755 (executable)
@@ -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