Set status.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18500 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-17 07:47:06 +00:00
parent ec923266e2
commit c4c2674447

View File

@@ -201,15 +201,19 @@ echo "Configuring and building ($hversion)"
./configure --enable-socket-wrapper ${confflags} > ab.txt 2>&1
if [ $? != 0 ] ; then
echo Configure failed
status=${status:-configure}
fi
make all >> ab.txt 2>&1
if [ $? != 0 ] ; then
echo Make all failed
status=${status:-make all}
fi
make check >> ab.txt 2>&1
if [ $? != 0 ] ; then
echo Make check failed
status=${status:-make check}
fi
status=${status:-ok}
if [ "X${resultdir}" != X ] ; then
cp ab.txt "${resultdir}/ab-${hversion}-${hostname}-${date}.txt"
@@ -224,6 +228,7 @@ X-heimdal-build: kaka-till-love
Version: $version
Machine: `uname -a`
Status: $status
EOF
if [ "X$passhrase" != X ] ; then