corrected -then- error
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1051 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
cb75a0fe39
commit
e8620d4718
1 changed files with 6 additions and 2 deletions
|
|
@ -15,6 +15,8 @@ PEO_BUILD_TYPE=Debug
|
||||||
|
|
||||||
GENERATOR_LIST="Unix_Makefiles KDevelop3"
|
GENERATOR_LIST="Unix_Makefiles KDevelop3"
|
||||||
|
|
||||||
|
SLEEP_DELAY=120
|
||||||
|
|
||||||
if [ $# -lt 2 ]
|
if [ $# -lt 2 ]
|
||||||
then
|
then
|
||||||
echo
|
echo
|
||||||
|
|
@ -28,8 +30,9 @@ export SSH_AGENT_PID=$2
|
||||||
|
|
||||||
|
|
||||||
# create a daily dir for the logs
|
# create a daily dir for the logs
|
||||||
DAY=`/bin/date '+%Y%m%d'`
|
DAY=`/bin/date '+%Y-%m-%d'`
|
||||||
if [ ! -d $TEST_DIR/logs/$DAY ] then
|
if [ ! -d $TEST_DIR/logs/$DAY ]
|
||||||
|
then
|
||||||
mkdir $TEST_DIR/logs/$DAY
|
mkdir $TEST_DIR/logs/$DAY
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
@ -95,6 +98,7 @@ for gen in $GENERATOR_LIST
|
||||||
|
|
||||||
|
|
||||||
echo "*** END Generator=$gen" >> $SPY
|
echo "*** END Generator=$gen" >> $SPY
|
||||||
|
sleep $SLEEP_DELAY
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue