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 20:07:22 GMT 2008
     12 $ uname -mprsv
     13 Linux 2.6.18.5-gg38server-xenU-3.1 #1 SMP Fri Jul 18 13:02:34 IST 2008 x86_64 unknown
     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: 3.1.17(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 shell name: ksh
    149 shell version: M-1993-12-28-r--$
    150 
    151 --- Executing the 'defines' test suite ---
    152 testFlagsDefine
    153 testBoolean
    154 testFloat
    155 testInteger
    156 testString
    157 testShortNameLength
    158 
    159 Ran 6 tests.
    160 
    161 OK
    162 
    163 --- Executing the 'parsing' test suite ---
    164 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
    165 testStandardGetopt
    166 testEnhancedGetopt
    167 testValidBooleanShort
    168 testValidBooleanLong
    169 testValidFloats
    170 testInvalidFloats
    171 testValidIntegers
    172 testInvalidIntegers
    173 testValidStrings
    174 testMultipleFlags
    175 testSingleNonFlagArg
    176 testMultipleNonFlagArgs
    177 testMultipleNonFlagStringArgsWithSpaces
    178 
    179 Ran 13 tests.
    180 
    181 OK
    182 
    183 --- Executing the 'private' test suite ---
    184 testGetFlagInfo
    185 testItemInList
    186 testColumns
    187 testValidateBoolean
    188 testValidateFloat
    189 testValidateInteger
    190 
    191 Ran 6 tests.
    192 
    193 OK
    194 
    195 --- Executing the 'public' test suite ---
    196 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
    197 testHelp
    198 testStandardHelpOutput
    199 testEnhancedHelpOutput
    200 testNoHelp
    201 
    202 Ran 4 tests.
    203 
    204 OK (skipped=1)
    205 
    206 
    207 #------------------------------------------------------------------------------
    208 # Running the test suite with /bin/pdksh
    209 #
    210 shell name: pdksh
    211 shell version: v5.2.14-99/07/13.2
    212 
    213 --- Executing the 'defines' test suite ---
    214 testFlagsDefine
    215 testBoolean
    216 testFloat
    217 testInteger
    218 testString
    219 testShortNameLength
    220 
    221 Ran 6 tests.
    222 
    223 OK
    224 
    225 --- Executing the 'parsing' test suite ---
    226 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
    227 testStandardGetopt
    228 testEnhancedGetopt
    229 testValidBooleanShort
    230 testValidBooleanLong
    231 testValidFloats
    232 testInvalidFloats
    233 testValidIntegers
    234 testInvalidIntegers
    235 testValidStrings
    236 testMultipleFlags
    237 testSingleNonFlagArg
    238 testMultipleNonFlagArgs
    239 testMultipleNonFlagStringArgsWithSpaces
    240 
    241 Ran 13 tests.
    242 
    243 OK
    244 
    245 --- Executing the 'private' test suite ---
    246 testGetFlagInfo
    247 testItemInList
    248 testColumns
    249 testValidateBoolean
    250 testValidateFloat
    251 testValidateInteger
    252 
    253 Ran 6 tests.
    254 
    255 OK
    256 
    257 --- Executing the 'public' test suite ---
    258 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
    259 testHelp
    260 testStandardHelpOutput
    261 testEnhancedHelpOutput
    262 testNoHelp
    263 
    264 Ran 4 tests.
    265 
    266 OK (skipped=1)
    267 
    268 
    269 #------------------------------------------------------------------------------
    270 # Running the test suite with /bin/zsh
    271 #
    272 shell name: zsh
    273 shell version: 4.2.5
    274 
    275 --- Executing the 'defines' test suite ---
    276 testFlagsDefine
    277 testBoolean
    278 testFloat
    279 testInteger
    280 testString
    281 testShortNameLength
    282 
    283 Ran 6 tests.
    284 
    285 OK
    286 
    287 --- Executing the 'parsing' test suite ---
    288 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
    289 testStandardGetopt
    290 testEnhancedGetopt
    291 testValidBooleanShort
    292 testValidBooleanLong
    293 testValidFloats
    294 testInvalidFloats
    295 testValidIntegers
    296 testInvalidIntegers
    297 testValidStrings
    298 testMultipleFlags
    299 testSingleNonFlagArg
    300 testMultipleNonFlagArgs
    301 testMultipleNonFlagStringArgsWithSpaces
    302 
    303 Ran 13 tests.
    304 
    305 OK
    306 
    307 --- Executing the 'private' test suite ---
    308 testGetFlagInfo
    309 testItemInList
    310 testColumns
    311 testValidateBoolean
    312 testValidateFloat
    313 testValidateInteger
    314 
    315 Ran 6 tests.
    316 
    317 OK
    318 
    319 --- Executing the 'public' test suite ---
    320 test:WARN Enhanced version of getopt found. Standard tests will be skipped.
    321 testHelp
    322 testStandardHelpOutput
    323 testEnhancedHelpOutput
    324 testNoHelp
    325 
    326 Ran 4 tests.
    327 
    328 OK (skipped=1)
    329