IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 24, 2005, 10:01:54 AM (21 years ago)
Author:
desonia
Message:

epxanded the help message output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/runTest

    r3781 r4379  
    2626#
    2727#  $Revison:  $  $Name: not supported by cvs2svn $
    28 #  $Date: 2005-04-28 23:46:29 $
     28#  $Date: 2005-06-24 20:01:54 $
    2929#
    3030#  Copyright 2004 Maui High Performance Computering Center, University of Hawaii
     
    5050
    5151if ($help || $#ARGV < 0) {
    52     print "Usage: runTest  [--help] [--verified=DIR] [--quiet] [--printpassfail] \\\n",
    53           "                [--reset] [--resetStderr] [--resetStdout] testfile(s)\n\n";
     52    print "\nUsage: runTest  [--help] [--quiet] [--resetStderr] [--resetStdout] [--reset] \\\n",
     53          "                [--verified=DIR] [--printpassfail] [--printdiff] testfile(s)\n\n",
     54          "Options include:\n",
     55          "    --help           Prints this help message\n",
     56          "    --quiet          Suppresses all messages\n",
     57          "    --resetStderr    Resets the STDERR expected output file in the verified\n",
     58          "                     directory\n",
     59          "    --resetStdout    Resets the STDOUT expected output file in the verified\n",
     60          "                     directory\n",
     61          "    --reset          Equivalent to --resetStderr plus --resetStdout\n",
     62          "    --verified=DIR   Specifies the location of the verified directory\n",
     63          "    --printpassfail  Prints a PASS or FAIL message for each test in each file\n",
     64          "    --printdiff      Prints any differences found in the test output and\n",
     65          "                     verified expected output.\n\n";
    5466    exit(0);
    5567}
Note: See TracChangeset for help on using the changeset viewer.