Home | History | Annotate | Download | only in 1.0.2
      1 #------------------------------------------------------------------------------
      2 # System data
      3 #
      4 
      5 # test run info
      6 shells="/bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh"
      7 tests=" shflags_test_defines.sh shflags_test_parsing.sh shflags_test_private.sh shflags_test_public.sh"
      8 
      9 # system info
     10 $ date
     11 Sat Nov 15 12:24:30 PST 2008
     12 $ uname -mprsv
     13 Linux 2.4.22-gg17smp #17 SMP Thu Oct 4 14:35:48 IST 2007 i686 i686
     14 
     15 
     16 #------------------------------------------------------------------------------
     17 # Running the test suite with /bin/sh
     18 #
     19 shell name: sh
     20 shell version: unknown
     21 
     22 --- Executing the 'defines' test suite ---
     23 testFlagsDefine
     24 testBoolean
     25 testFloat
     26 testInteger
     27 testString
     28 testShortNameLength
     29 
     30 Ran 6 tests.
     31 
     32 OK
     33 
     34 --- Executing the 'parsing' test suite ---
     35 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
     36 testStandardGetopt
     37 testEnhancedGetopt
     38 testValidBooleanShort
     39 testValidBooleanLong
     40 testValidFloats
     41 testInvalidFloats
     42 testValidIntegers
     43 testInvalidIntegers
     44 testValidStrings
     45 testMultipleFlags
     46 testSingleNonFlagArg
     47 testMultipleNonFlagArgs
     48 testMultipleNonFlagStringArgsWithSpaces
     49 
     50 Ran 13 tests.
     51 
     52 OK
     53 
     54 --- Executing the 'private' test suite ---
     55 testGetFlagInfo
     56 testItemInList
     57 testColumns
     58 testValidateBoolean
     59 testValidateFloat
     60 testValidateInteger
     61 
     62 Ran 6 tests.
     63 
     64 OK
     65 
     66 --- Executing the 'public' test suite ---
     67 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
     68 testHelp
     69 testStandardHelpOutput
     70 testEnhancedHelpOutput
     71 testNoHelp
     72 
     73 Ran 4 tests.
     74 
     75 OK (skipped=1)
     76 
     77 
     78 #------------------------------------------------------------------------------
     79 # Running the test suite with /bin/bash
     80 #
     81 shell name: bash
     82 shell version: 2.05b.0(1)-release
     83 
     84 --- Executing the 'defines' test suite ---
     85 testFlagsDefine
     86 testBoolean
     87 testFloat
     88 testInteger
     89 testString
     90 testShortNameLength
     91 
     92 Ran 6 tests.
     93 
     94 OK
     95 
     96 --- Executing the 'parsing' test suite ---
     97 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
     98 testStandardGetopt
     99 testEnhancedGetopt
    100 testValidBooleanShort
    101 testValidBooleanLong
    102 testValidFloats
    103 testInvalidFloats
    104 testValidIntegers
    105 testInvalidIntegers
    106 testValidStrings
    107 testMultipleFlags
    108 testSingleNonFlagArg
    109 testMultipleNonFlagArgs
    110 testMultipleNonFlagStringArgsWithSpaces
    111 
    112 Ran 13 tests.
    113 
    114 OK
    115 
    116 --- Executing the 'private' test suite ---
    117 testGetFlagInfo
    118 testItemInList
    119 testColumns
    120 testValidateBoolean
    121 testValidateFloat
    122 testValidateInteger
    123 
    124 Ran 6 tests.
    125 
    126 OK
    127 
    128 --- Executing the 'public' test suite ---
    129 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
    130 testHelp
    131 testStandardHelpOutput
    132 testEnhancedHelpOutput
    133 testNoHelp
    134 
    135 Ran 4 tests.
    136 
    137 OK (skipped=1)
    138 
    139 
    140 #------------------------------------------------------------------------------
    141 # Running the test suite with /bin/dash
    142 #
    143 
    144 
    145 #------------------------------------------------------------------------------
    146 # Running the test suite with /bin/ksh
    147 #
    148 
    149 
    150 #------------------------------------------------------------------------------
    151 # Running the test suite with /bin/pdksh
    152 #
    153 
    154 
    155 #------------------------------------------------------------------------------
    156 # Running the test suite with /bin/zsh
    157 #
    158 shell name: zsh
    159 shell version: 4.1.1
    160 
    161 --- Executing the 'defines' test suite ---
    162 testFlagsDefine
    163 testBoolean
    164 testFloat
    165 testInteger
    166 testString
    167 testShortNameLength
    168 
    169 Ran 6 tests.
    170 
    171 OK
    172 
    173 --- Executing the 'parsing' test suite ---
    174 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
    175 testStandardGetopt
    176 testEnhancedGetopt
    177 testValidBooleanShort
    178 testValidBooleanLong
    179 testValidFloats
    180 testInvalidFloats
    181 testValidIntegers
    182 testInvalidIntegers
    183 testValidStrings
    184 testMultipleFlags
    185 testSingleNonFlagArg
    186 testMultipleNonFlagArgs
    187 testMultipleNonFlagStringArgsWithSpaces
    188 
    189 Ran 13 tests.
    190 
    191 OK
    192 
    193 --- Executing the 'private' test suite ---
    194 testGetFlagInfo
    195 testItemInList
    196 testColumns
    197 testValidateBoolean
    198 testValidateFloat
    199 testValidateInteger
    200 
    201 Ran 6 tests.
    202 
    203 OK
    204 
    205 --- Executing the 'public' test suite ---
    206 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
    207 testHelp
    208 testStandardHelpOutput
    209 testEnhancedHelpOutput
    210 testNoHelp
    211 
    212 Ran 4 tests.
    213 
    214 OK (skipped=1)
    215