Append seconds to TESTDATE

This avoids 'file exists' warnings when running tests multiple times in
one minute.
This commit is contained in:
Reto Buerki
2013-01-17 16:55:04 +01:00
committed by Tobias Brunner
parent 2c4954ad24
commit e3a3013323
+1 -1
View File
@@ -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