IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 10, 2007, 1:13:59 PM (18 years ago)
Author:
eugene
Message:

some new features for testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/pantasks.pro

    r14137 r15780  
    227227    $command = $command --dbname $DBNAME
    228228  end
    229   if ($?NOOP != 0)
    230     $command = $command --no-op
     229  if ($?NOOP != 0)
     230    if ($NOOP != 0)
     231      $command = $command --no-op
     232    end
     233  end
     234  if ($?NOUPDATE != 0)
     235    if ($NOUPDATE != 0)
     236      $command = $command --no-update
     237    end
    231238  end
    232239  $$1 = $command
     
    320327  book delpage $1 -key pantaskState UNKNOWN_ERR
    321328end
     329
     330macro set.verbosity
     331  if ($0 != 2)
     332    echo "USAGE: set.verbosity (level)"
     333    break
     334  end
     335  $VERBOSE = $1
     336end
     337
     338macro show.variables
     339  ??
     340end
Note: See TracChangeset for help on using the changeset viewer.