summaryrefslogtreecommitdiffstats
path: root/bin/runtest
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2005-10-14 20:37:52 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2005-10-14 20:37:52 (GMT)
commit1199296120cab95a4ef8de64538d8be3a44b9efe (patch)
tree6077a36836ba6a16127cf076952c49bf52d90961 /bin/runtest
parent504fbbe27f378b3d06abf4341b4fb71156e863af (diff)
downloadhdf5-1199296120cab95a4ef8de64538d8be3a44b9efe.zip
hdf5-1199296120cab95a4ef8de64538d8be3a44b9efe.tar.gz
hdf5-1199296120cab95a4ef8de64538d8be3a44b9efe.tar.bz2
[svn-r11563] Purpose:
Added commands to show host status such as uptime and disk usages. Platforms tested: Eyeballed. Will check the output of daily test.
Diffstat (limited to 'bin/runtest')
-rwxr-xr-xbin/runtest6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/runtest b/bin/runtest
index b4ed4bb..437e896 100755
--- a/bin/runtest
+++ b/bin/runtest
@@ -674,6 +674,12 @@ if test x-$CMD = x-setup; then
fi
#################################
+# Show some host status numbers
+#################################
+df
+uptime
+
+#################################
# Setup test host(s)
#################################
if [ "$TESTHOST" = -all ]; then