1#------------------------------------------------------------------------------ 2# System data 3# 4 5# test run info 6shells="/bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh" 7tests=" shflags_test_defines.sh shflags_test_parsing.sh shflags_test_private.sh shflags_test_public.sh" 8 9# system info 10$ date 11Sat Nov 15 20:07:22 GMT 2008 12$ uname -mprsv 13Linux 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# 19shell name: sh 20shell version: unknown 21 22--- Executing the 'defines' test suite --- 23testFlagsDefine 24testBoolean 25testFloat 26testInteger 27testString 28testShortNameLength 29 30Ran 6 tests. 31 32OK 33 34--- Executing the 'parsing' test suite --- 35test:WARN Enhanced version of getopt found. Standard tests will be skipped. 36testStandardGetopt 37testEnhancedGetopt 38testValidBooleanShort 39testValidBooleanLong 40testValidFloats 41testInvalidFloats 42testValidIntegers 43testInvalidIntegers 44testValidStrings 45testMultipleFlags 46testSingleNonFlagArg 47testMultipleNonFlagArgs 48testMultipleNonFlagStringArgsWithSpaces 49 50Ran 13 tests. 51 52OK 53 54--- Executing the 'private' test suite --- 55testGetFlagInfo 56testItemInList 57testColumns 58testValidateBoolean 59testValidateFloat 60testValidateInteger 61 62Ran 6 tests. 63 64OK 65 66--- Executing the 'public' test suite --- 67test:WARN Enhanced version of getopt found. Standard tests will be skipped. 68testHelp 69testStandardHelpOutput 70testEnhancedHelpOutput 71testNoHelp 72 73Ran 4 tests. 74 75OK (skipped=1) 76 77 78#------------------------------------------------------------------------------ 79# Running the test suite with /bin/bash 80# 81shell name: bash 82shell version: 3.1.17(1)-release 83 84--- Executing the 'defines' test suite --- 85testFlagsDefine 86testBoolean 87testFloat 88testInteger 89testString 90testShortNameLength 91 92Ran 6 tests. 93 94OK 95 96--- Executing the 'parsing' test suite --- 97test:WARN Enhanced version of getopt found. Standard tests will be skipped. 98testStandardGetopt 99testEnhancedGetopt 100testValidBooleanShort 101testValidBooleanLong 102testValidFloats 103testInvalidFloats 104testValidIntegers 105testInvalidIntegers 106testValidStrings 107testMultipleFlags 108testSingleNonFlagArg 109testMultipleNonFlagArgs 110testMultipleNonFlagStringArgsWithSpaces 111 112Ran 13 tests. 113 114OK 115 116--- Executing the 'private' test suite --- 117testGetFlagInfo 118testItemInList 119testColumns 120testValidateBoolean 121testValidateFloat 122testValidateInteger 123 124Ran 6 tests. 125 126OK 127 128--- Executing the 'public' test suite --- 129test:WARN Enhanced version of getopt found. Standard tests will be skipped. 130testHelp 131testStandardHelpOutput 132testEnhancedHelpOutput 133testNoHelp 134 135Ran 4 tests. 136 137OK (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# 148shell name: ksh 149shell version: M-1993-12-28-r--$ 150 151--- Executing the 'defines' test suite --- 152testFlagsDefine 153testBoolean 154testFloat 155testInteger 156testString 157testShortNameLength 158 159Ran 6 tests. 160 161OK 162 163--- Executing the 'parsing' test suite --- 164test:WARN Enhanced version of getopt found. Standard tests will be skipped. 165testStandardGetopt 166testEnhancedGetopt 167testValidBooleanShort 168testValidBooleanLong 169testValidFloats 170testInvalidFloats 171testValidIntegers 172testInvalidIntegers 173testValidStrings 174testMultipleFlags 175testSingleNonFlagArg 176testMultipleNonFlagArgs 177testMultipleNonFlagStringArgsWithSpaces 178 179Ran 13 tests. 180 181OK 182 183--- Executing the 'private' test suite --- 184testGetFlagInfo 185testItemInList 186testColumns 187testValidateBoolean 188testValidateFloat 189testValidateInteger 190 191Ran 6 tests. 192 193OK 194 195--- Executing the 'public' test suite --- 196test:WARN Enhanced version of getopt found. Standard tests will be skipped. 197testHelp 198testStandardHelpOutput 199testEnhancedHelpOutput 200testNoHelp 201 202Ran 4 tests. 203 204OK (skipped=1) 205 206 207#------------------------------------------------------------------------------ 208# Running the test suite with /bin/pdksh 209# 210shell name: pdksh 211shell version: v5.2.14-99/07/13.2 212 213--- Executing the 'defines' test suite --- 214testFlagsDefine 215testBoolean 216testFloat 217testInteger 218testString 219testShortNameLength 220 221Ran 6 tests. 222 223OK 224 225--- Executing the 'parsing' test suite --- 226test:WARN Enhanced version of getopt found. Standard tests will be skipped. 227testStandardGetopt 228testEnhancedGetopt 229testValidBooleanShort 230testValidBooleanLong 231testValidFloats 232testInvalidFloats 233testValidIntegers 234testInvalidIntegers 235testValidStrings 236testMultipleFlags 237testSingleNonFlagArg 238testMultipleNonFlagArgs 239testMultipleNonFlagStringArgsWithSpaces 240 241Ran 13 tests. 242 243OK 244 245--- Executing the 'private' test suite --- 246testGetFlagInfo 247testItemInList 248testColumns 249testValidateBoolean 250testValidateFloat 251testValidateInteger 252 253Ran 6 tests. 254 255OK 256 257--- Executing the 'public' test suite --- 258test:WARN Enhanced version of getopt found. Standard tests will be skipped. 259testHelp 260testStandardHelpOutput 261testEnhancedHelpOutput 262testNoHelp 263 264Ran 4 tests. 265 266OK (skipped=1) 267 268 269#------------------------------------------------------------------------------ 270# Running the test suite with /bin/zsh 271# 272shell name: zsh 273shell version: 4.2.5 274 275--- Executing the 'defines' test suite --- 276testFlagsDefine 277testBoolean 278testFloat 279testInteger 280testString 281testShortNameLength 282 283Ran 6 tests. 284 285OK 286 287--- Executing the 'parsing' test suite --- 288test:WARN Enhanced version of getopt found. Standard tests will be skipped. 289testStandardGetopt 290testEnhancedGetopt 291testValidBooleanShort 292testValidBooleanLong 293testValidFloats 294testInvalidFloats 295testValidIntegers 296testInvalidIntegers 297testValidStrings 298testMultipleFlags 299testSingleNonFlagArg 300testMultipleNonFlagArgs 301testMultipleNonFlagStringArgsWithSpaces 302 303Ran 13 tests. 304 305OK 306 307--- Executing the 'private' test suite --- 308testGetFlagInfo 309testItemInList 310testColumns 311testValidateBoolean 312testValidateFloat 313testValidateInteger 314 315Ran 6 tests. 316 317OK 318 319--- Executing the 'public' test suite --- 320test:WARN Enhanced version of getopt found. Standard tests will be skipped. 321testHelp 322testStandardHelpOutput 323testEnhancedHelpOutput 324testNoHelp 325 326Ran 4 tests. 327 328OK (skipped=1) 329