IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 16, 2004, 11:32:39 AM (22 years ago)
Author:
desonia
Message:

usage is printed if invoked with no parameters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/runTest

    r2204 r2729  
    3030#
    3131#  $Revison:  $  $Name: not supported by cvs2svn $
    32 #  $Date: 2004-10-27 00:57:31 $
     32#  $Date: 2004-12-16 21:32:39 $
    3333#
    3434#  Copyright 2004 Maui High Performance Computering Center, University of Hawaii
     
    4747);
    4848
    49 if ($help) {
     49if ($help || $#ARGV < 0) {
    5050    print
    5151"Usage: runTest [--reset] [--resetStderr] [--resetStdout] testfile(s)\n\n";
Note: See TracChangeset for help on using the changeset viewer.