summaryrefslogtreecommitdiffstats
path: root/runcthon
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2009-07-02 09:54:22 -0400
committerSteve Dickson <steved@redhat.com>2009-07-02 09:54:22 -0400
commit441dc1e5bfb9ec0d39b6f170dd816a719647ef6e (patch)
treec6733b36522a554f92dd2370db4709b0921c5ffd /runcthon
parent4e1dccaf7098221c8fbca90d62a60b77fb999aaa (diff)
downloadcthon04-441dc1e5bfb9ec0d39b6f170dd816a719647ef6e.tar.gz
cthon04-441dc1e5bfb9ec0d39b6f170dd816a719647ef6e.tar.xz
cthon04-441dc1e5bfb9ec0d39b6f170dd816a719647ef6e.zip
Reworked the date stamps
Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'runcthon')
-rwxr-xr-xruncthon6
1 files changed, 4 insertions, 2 deletions
diff --git a/runcthon b/runcthon
index 6bfdc28..41f9665 100755
--- a/runcthon
+++ b/runcthon
@@ -180,6 +180,8 @@ do
fi
echo -n "Waiting for '$i' to finish..."
wait
+ echo -n "Done: "
+ date
fi
if [ "$onlykrb5" -eq 1 ]; then
@@ -206,8 +208,8 @@ do
fi
echo -n "Waiting for '$i' to finish..."
wait
+ echo -n "Done: "
+ date
done
fi
done
-echo -n "Done:"
-date