strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c4954a
)
Append seconds to TESTDATE
author
Reto Buerki
<reet@codelabs.ch>
Wed, 16 Jan 2013 12:54:14 +0000
(13:54 +0100)
committer
Tobias Brunner
<tobias@strongswan.org>
Thu, 17 Jan 2013 15:55:04 +0000
(16:55 +0100)
This avoids 'file exists' warnings when running tests multiple times in
one minute.
testing/do-tests
patch
|
blob
|
history
diff --git
a/testing/do-tests
b/testing/do-tests
index
3f31f9e
..
86af278
100755
(executable)
--- 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