[svn-r11674] Description:

Added messages to remind platform watchers to check for processes
still running in the remote machine after timeout.

Platforms tested:
Just eyeballed.  Changes is trivial.
This commit is contained in:
Albert Cheng 2005-11-02 17:54:33 -05:00
parent b28bbdc8e0
commit 7fd6ff2413

View File

@ -103,6 +103,8 @@ if [ -z "$debugflag" ]; then
if test X$pid \!= X && ps -p $pid > /dev/null; then
echo "terminating process $x ($pid)"
kill -HUP $pid
echo "Remote shell command ended. But some processes might still be"
echo "running in the remote machine. Login there to verify."
fi
fi
done