Navigation


Changeset 354:818a787ae5f8 in freeDiameter for contrib/nightly_tests/runtests.sh


Ignore:
Timestamp:
Jun 30, 2010, 11:14:49 AM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Couple of fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/nightly_tests/runtests.sh

    r352 r354  
    4747# Now, for each test in the list
    4848for t in $(cat $WORKDIR/2_tests.list | grep -v -e "^#"); do
    49    # Create the work environment
    50    mkdir $WORKDIR/$t
     49   # Create the work environment if needed
     50   if [ ! -d $WORKDIR/$t]; then
     51       mkdir $WORKDIR/$t
     52   fi
    5153   
    5254   #### Create the script
Note: See TracChangeset for help on using the changeset viewer.