mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-25 17:00:45 +08:00
[svn-r11569] Purpose:
Improvement. Description: The df command sometimes hangs because of file system problem. Solution: Run the df command as background process and wait for it 10 seconds to finish, then just continues. Platforms tested: Should work. Daily test will test it.
This commit is contained in:
parent
6f85844982
commit
d0bb35ceb3
@ -676,8 +676,11 @@ fi
|
||||
#################################
|
||||
# Show some host status numbers
|
||||
#################################
|
||||
df
|
||||
# df sometimes hangs due to file system problems. Invoke it as background
|
||||
# process and give it 10 seconds to finish. If it hangs, just continue.
|
||||
uptime
|
||||
df &
|
||||
sleep 10
|
||||
|
||||
#################################
|
||||
# Setup test host(s)
|
||||
|
Loading…
x
Reference in New Issue
Block a user