Append seconds to TESTDATE
This avoids 'file exists' warnings when running tests multiple times in one minute.
This commit is contained in:
committed by
Tobias Brunner
parent
2c4954ad24
commit
e3a3013323
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user