diff options
author | Reto Buerki <reet@codelabs.ch> | 2013-01-16 13:54:14 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-01-17 16:55:04 +0100 |
commit | e3a3013323f176f1c74b86b24a8341cd7d1d97a5 (patch) | |
tree | 8675e60dbc67af010d8eb61063b5477937771d97 /testing | |
parent | 2c4954ad249a4ae17f5c0b0e768538b212dc412c (diff) | |
download | strongswan-e3a3013323f176f1c74b86b24a8341cd7d1d97a5.tar.bz2 strongswan-e3a3013323f176f1c74b86b24a8341cd7d1d97a5.tar.xz |
Append seconds to TESTDATE
This avoids 'file exists' warnings when running tests multiple times in
one minute.
Diffstat (limited to 'testing')
-rwxr-xr-x | testing/do-tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/do-tests b/testing/do-tests index 3f31f9e0c..86af278c8 100755 --- a/testing/do-tests +++ b/testing/do-tests @@ -31,7 +31,7 @@ ln -sfT $DIR $TESTDIR/testing [ -d $TESTRESULTSDIR ] || mkdir $TESTRESULTSDIR -TESTDATE=`date +%Y%m%d-%H%M` +TESTDATE=`date +%Y%m%d-%H%M-%S` TODAYDIR=$TESTRESULTSDIR/$TESTDATE mkdir $TODAYDIR |