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 Mon Apr 20 04:46:09 IST 2009 12 $ uname -mprsv 13 Darwin 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386 i386 i386 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 testFlagNameIsReserved 30 31 Ran 7 tests. 32 33 OK 34 35 --- Executing the 'parsing' test suite --- 36 test:WARN Standard version of getopt found. Enhanced tests will be skipped. 37 testGetoptStandard 38 testGetoptEnhanced 39 testValidBooleanShort 40 testValidBooleanLong 41 testValidFloats 42 testInvalidFloats 43 testValidIntegers 44 testInvalidIntegers 45 testValidStrings 46 testMultipleFlags 47 testSingleNonFlagArg 48 testMultipleNonFlagArgs 49 testMultipleNonFlagStringArgsWithSpaces 50 testFlagsWithEquals 51 testComplicatedCommandLineStandard 52 testComplicatedCommandLineEnhanced 53 54 Ran 16 tests. 55 56 OK (skipped=104) 57 58 --- Executing the 'private' test suite --- 59 testGetFlagInfo 60 testItemInList 61 testColumns 62 testValidateBoolean 63 testValidateFloat 64 testValidateInteger 65 66 Ran 6 tests. 67 68 OK 69 70 --- Executing the 'public' test suite --- 71 test:WARN Standard version of getopt found. Enhanced tests will be skipped. 72 testHelp 73 testStandardHelpOutput 74 testEnhancedHelpOutput 75 testNoHelp 76 77 Ran 4 tests. 78 79 OK (skipped=6) 80 81 82 #------------------------------------------------------------------------------ 83 # Running the test suite with /bin/bash 84 # 85 shell name: bash 86 shell version: 3.2.17(1)-release 87 88 --- Executing the 'defines' test suite --- 89 testFlagsDefine 90 testBoolean 91 testFloat 92 testInteger 93 testString 94 testShortNameLength 95 testFlagNameIsReserved 96 97 Ran 7 tests. 98 99 OK 100 101 --- Executing the 'parsing' test suite --- 102 test:WARN Standard version of getopt found. Enhanced tests will be skipped. 103 testGetoptStandard 104 testGetoptEnhanced 105 testValidBooleanShort 106 testValidBooleanLong 107 testValidFloats 108 testInvalidFloats 109 testValidIntegers 110 testInvalidIntegers 111 testValidStrings 112 testMultipleFlags 113 testSingleNonFlagArg 114 testMultipleNonFlagArgs 115 testMultipleNonFlagStringArgsWithSpaces 116 testFlagsWithEquals 117 testComplicatedCommandLineStandard 118 testComplicatedCommandLineEnhanced 119 120 Ran 16 tests. 121 122 OK (skipped=104) 123 124 --- Executing the 'private' test suite --- 125 testGetFlagInfo 126 testItemInList 127 testColumns 128 testValidateBoolean 129 testValidateFloat 130 testValidateInteger 131 132 Ran 6 tests. 133 134 OK 135 136 --- Executing the 'public' test suite --- 137 test:WARN Standard version of getopt found. Enhanced tests will be skipped. 138 testHelp 139 testStandardHelpOutput 140 testEnhancedHelpOutput 141 testNoHelp 142 143 Ran 4 tests. 144 145 OK (skipped=6) 146 147 148 #------------------------------------------------------------------------------ 149 # Running the test suite with /bin/dash 150 # 151 152 153 #------------------------------------------------------------------------------ 154 # Running the test suite with /bin/ksh 155 # 156 shell name: ksh 157 shell version: M-1993-12-28 158 159 --- Executing the 'defines' test suite --- 160 testFlagsDefine 161 testBoolean 162 testFloat 163 testInteger 164 testString 165 testShortNameLength 166 testFlagNameIsReserved 167 168 Ran 7 tests. 169 170 OK 171 172 --- Executing the 'parsing' test suite --- 173 test:WARN Standard version of getopt found. Enhanced tests will be skipped. 174 testGetoptStandard 175 testGetoptEnhanced 176 testValidBooleanShort 177 testValidBooleanLong 178 testValidFloats 179 testInvalidFloats 180 testValidIntegers 181 testInvalidIntegers 182 testValidStrings 183 testMultipleFlags 184 testSingleNonFlagArg 185 testMultipleNonFlagArgs 186 testMultipleNonFlagStringArgsWithSpaces 187 testFlagsWithEquals 188 testComplicatedCommandLineStandard 189 testComplicatedCommandLineEnhanced 190 191 Ran 16 tests. 192 193 OK (skipped=104) 194 195 --- Executing the 'private' test suite --- 196 testGetFlagInfo 197 testItemInList 198 testColumns 199 testValidateBoolean 200 testValidateFloat 201 testValidateInteger 202 203 Ran 6 tests. 204 205 OK 206 207 --- Executing the 'public' test suite --- 208 test:WARN Standard version of getopt found. Enhanced tests will be skipped. 209 testHelp 210 testStandardHelpOutput 211 testEnhancedHelpOutput 212 testNoHelp 213 214 Ran 4 tests. 215 216 OK (skipped=6) 217 218 219 #------------------------------------------------------------------------------ 220 # Running the test suite with /bin/pdksh 221 # 222 223 224 #------------------------------------------------------------------------------ 225 # Running the test suite with /bin/zsh 226 # 227 shell name: zsh 228 shell version: 4.3.4 229 230 --- Executing the 'defines' test suite --- 231 testFlagsDefine 232 testBoolean 233 testFloat 234 testInteger 235 testString 236 testShortNameLength 237 testFlagNameIsReserved 238 239 Ran 7 tests. 240 241 OK 242 243 --- Executing the 'parsing' test suite --- 244 test:WARN Standard version of getopt found. Enhanced tests will be skipped. 245 testGetoptStandard 246 testGetoptEnhanced 247 testValidBooleanShort 248 testValidBooleanLong 249 testValidFloats 250 testInvalidFloats 251 testValidIntegers 252 testInvalidIntegers 253 testValidStrings 254 testMultipleFlags 255 testSingleNonFlagArg 256 testMultipleNonFlagArgs 257 testMultipleNonFlagStringArgsWithSpaces 258 testFlagsWithEquals 259 testComplicatedCommandLineStandard 260 testComplicatedCommandLineEnhanced 261 262 Ran 16 tests. 263 264 OK (skipped=104) 265 266 --- Executing the 'private' test suite --- 267 testGetFlagInfo 268 testItemInList 269 testColumns 270 testValidateBoolean 271 testValidateFloat 272 testValidateInteger 273 274 Ran 6 tests. 275 276 OK 277 278 --- Executing the 'public' test suite --- 279 test:WARN Standard version of getopt found. Enhanced tests will be skipped. 280 testHelp 281 testStandardHelpOutput 282 testEnhancedHelpOutput 283 testNoHelp 284 285 Ran 4 tests. 286 287 OK (skipped=6) 288