1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r9776: r11609@blu: tridge | 2005-08-30 12:20:11 +1000

make the selftest script a bit less existential
This commit is contained in:
Andrew Tridgell 2005-08-30 02:15:52 +00:00 committed by Gerald (Jerry) Carter
parent 5e3d9708f6
commit f8a17063a2

View File

@ -26,11 +26,11 @@ smbd_check_or_start() {
rm -f $SOCKET_WRAPPER_DIR/*
fi
if [ x"$ret" = x"0" ];then
echo "smbd exists with status $ret";
echo "smbd exists with status $ret" >>$SMBD_TEST_LOG;
echo "smbd exits with status $ret";
echo "smbd exits with status $ret" >>$SMBD_TEST_LOG;
elif [ x"$ret" = x"137" ];then
echo "smbd got SIGXCPU and exists with status $ret!"
echo "smbd got SIGXCPU and exists with status $ret!">>$SMBD_TEST_LOG;
echo "smbd got SIGXCPU and exits with status $ret!"
echo "smbd got SIGXCPU and exits with status $ret!">>$SMBD_TEST_LOG;
else
echo "smbd failed with status $ret!"
echo "smbd failed with status $ret!">>$SMBD_TEST_LOG;