]> git.sur5r.net Git - bacula/bacula/commitdiff
Add date to run_multiple
authorKern Sibbald <kern@sibbald.com>
Tue, 11 Mar 2008 08:18:19 +0000 (08:18 +0000)
committerKern Sibbald <kern@sibbald.com>
Tue, 11 Mar 2008 08:18:19 +0000 (08:18 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6579 91ce42f0-d328-0410-95d8-f526ca767f89

regress/run_multiple

index 090e6310f5178fe29e6415f0f6343d1da4db890f..28498797e5d7acd0e1a158b8e509af619fbc450f 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 export REGRESS_DEBUG=1
 for i in `seq 20` ; do
-  echo "$i. Doing $1"
+  echo "$i. Doing $1 at `date +%R:%S`"
   nice $1 >1
   if [ $? -ne 0 ] ; then
      echo "Exit $?"