~chtsanti/squid/icap-max-connections

« back to all changes in this revision

Viewing changes to test-suite/buildtest.sh

  • Committer: Christos Tsantilas
  • Date: 2009-04-11 09:00:59 UTC
  • mfrom: (9294.1.333 trunk)
  • Revision ID: chtsanti@users.sourceforge.net-20090411090059-8n47p1kyy1cqfqkn
MergeĀ FromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
#
37
37
# above command currently encounters dependancy problems on cleanup.
38
38
#
 
39
# do not build any of the install's ...
39
40
rm -f -r src/fs/aufs/.deps src/fs/diskd/.deps &&
40
41
        $base/../configure --silent ${OPTS} 2>&1 &&
41
42
        make ${pjobs} check 2>&1 &&
42
43
        make ${pjobs} 2>&1
43
44
 
44
 
# do not build any of the install's ...
 
45
# Remember and then explicitly return the result of the last command
 
46
# to the script caller. Probably not needed on most or all platforms.
 
47
result=$?
 
48
exit ${result}