mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[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:
parent
b28bbdc8e0
commit
7fd6ff2413
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user