]> git.sur5r.net Git - bacula/bacula/commitdiff
Add date/time to ctest runs
authorKern Sibbald <kern@sibbald.com>
Wed, 28 May 2008 18:55:38 +0000 (18:55 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 28 May 2008 18:55:38 +0000 (18:55 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7046 91ce42f0-d328-0410-95d8-f526ca767f89

regress/experimental-all
regress/experimental-disk
regress/experimental-disk-and-tape
regress/experimental-tape
regress/nightly-all
regress/nightly-disk
regress/nightly-disk-and-tape
regress/nightly-tape

index ab5820c4289cb25f2b916960cdf30e1088a07e0d..0b920218a54d85d9f26467feec9de5f1e9f611bb 100755 (executable)
@@ -3,6 +3,7 @@
 # test only the disk based regression scripts
 #
 # Include full output
+echo "Begin experimental-all `date`"
 save_debug=${REGRESS_DEBUG}
 REGRESS_DEBUG=1
 export REGRESS_DEBUG
@@ -20,3 +21,4 @@ if [ $? != 0 ] ; then
    fi
 fi
 REGRESS_DEBUG=${save_debug}
+echo "End experimental-all `date`"
index 806e653cd630d71bb6edc6016f3f5db07b0ea4c3..9502ab29e43b8ab0fccff66782307278345da036 100755 (executable)
@@ -3,6 +3,7 @@
 # test only the disk based regression scripts
 #
 # Include full output
+echo "Begin experimental-disk `date`"
 save_debug=${REGRESS_DEBUG}
 REGRESS_DEBUG=1
 export REGRESS_DEBUG
@@ -20,3 +21,4 @@ if [ $? != 0 ] ; then
    fi
 fi
 REGRESS_DEBUG=${save_debug}
+echo "End experimental-disk `date`"
index 3d12671185c83fb191485ba1896a247631572228..516a2b1234bbd50f7db1fbb15d1e1e09b43aaf48 100755 (executable)
@@ -3,6 +3,7 @@
 # test only the disk based regression scripts
 #
 # Include full output
+echo "Begin experimental-disk-and-tape `date`"
 save_debug=${REGRESS_DEBUG}
 REGRESS_DEBUG=1
 export REGRESS_DEBUG
@@ -20,3 +21,4 @@ if [ $? != 0 ] ; then
    fi
 fi
 REGRESS_DEBUG=${save_debug}
+echo "End experimental-disk-and-tape `date`"
index 0f000f0d3d032343df42e336398ce3fb3e074e70..0d0bdd85b9ccccaacf2fbc776593870144bcf93d 100755 (executable)
@@ -3,6 +3,7 @@
 # test only the disk based regression scripts
 #
 # Include full output
+echo "Begin experimental-tape `date`"
 save_debug=${REGRESS_DEBUG}
 REGRESS_DEBUG=1
 export REGRESS_DEBUG
@@ -20,3 +21,4 @@ if [ $? != 0 ] ; then
    fi
 fi
 REGRESS_DEBUG=${save_debug}
+echo "End experimental-tape `date`"
index 868bc105800a2cb28daec916d809981974f2be3d..67d6f141420b9a65d0d557232a8e54e8fb2c42b4 100755 (executable)
@@ -3,6 +3,7 @@
 # run both the disk and the tape based regression tests.
 #
 # Include full output
+echo "Begin nightly-all `date`"
 save_debug=${REGRESS_DEBUG}
 REGRESS_DEBUG=1
 export REGRESS_DEBUG
@@ -20,3 +21,4 @@ if [ $? != 0 ] ; then
    fi
 fi
 REGRESS_DEBUG=${save_debug}
+echo "End nightly-all `date`"
index 4ef61072af62cc4f1f0386994624923157290916..5fc91bc8cb4bf6112f4429bd607748d7f3b5b9d4 100755 (executable)
@@ -3,6 +3,7 @@
 # test only the disk based regression scripts
 #
 # Include full output
+echo "Begin nightly-disk `date`"
 save_debug=${REGRESS_DEBUG}
 REGRESS_DEBUG=1
 export REGRESS_DEBUG
index 13ce71398846206b55faba9becd264eeba69feb4..7668d955cbc395799154f311da8764be0bf677c5 100755 (executable)
@@ -3,6 +3,7 @@
 # test only the disk based regression scripts
 #
 # Include full output
+echo "Begin nightly-disk-and-tape `date`"
 save_debug=${REGRESS_DEBUG}
 REGRESS_DEBUG=1
 export REGRESS_DEBUG
@@ -20,3 +21,4 @@ if [ $? != 0 ] ; then
    fi
 fi
 REGRESS_DEBUG=${save_debug}
+echo "End nightly-disk-and-tape `date`"
index 37b7195a864cb8a5141aa4a7e5441847a92d605e..0d7268e39610fcd794b594d68258b4302c4b77d4 100755 (executable)
@@ -3,6 +3,7 @@
 # test only the disk based regression scripts
 #
 # Include full output
+echo "Begin nightly-tape `date`"
 save_debug=${REGRESS_DEBUG}
 REGRESS_DEBUG=1
 export REGRESS_DEBUG
@@ -20,3 +21,4 @@ if [ $? != 0 ] ; then
    fi
 fi
 REGRESS_DEBUG=${save_debug}
+echo "End nightly-tape `date`"