mirror of
https://github.com/strongswan/strongswan.git
synced 2025-12-04 00:00:21 -05:00
Append seconds to TESTDATE
This avoids 'file exists' warnings when running tests multiple times in one minute.
This commit is contained in:
parent
2c4954ad24
commit
e3a3013323
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user