Navigation



Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/nightly_tests/runtests.sh

    r354 r410  
    4848for t in $(cat $WORKDIR/2_tests.list | grep -v -e "^#"); do
    4949   # Create the work environment if needed
    50    if [ ! -d $WORKDIR/$t]; then
     50   if [ ! -d $WORKDIR/$t ]; then
    5151       mkdir $WORKDIR/$t
    5252   fi
Note: See TracChangeset for help on using the changeset viewer.