#------------------------------------------------------------------------------ # System data # # test run info shells="/bin/sh /bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/zsh" tests=" shflags_test_defines.sh shflags_test_parsing.sh shflags_test_private.sh shflags_test_public.sh" # system info $ date Sun Jan 10 19:09:28 CET 2016 $ uname -mprsv Linux 4.2.0-22-generic #27~14.04.1-Ubuntu SMP Fri Dec 18 10:57:53 UTC 2015 x86_64 x86_64 #------------------------------------------------------------------------------ # Running the test suite with /bin/sh # shell name: sh shell version: unknown --- Executing the 'defines' test suite --- testFlagsDefine testBoolean testFloat testInteger testString testShortNameLength testFlagNameIsReserved Ran 7 tests. OK --- Executing the 'parsing' test suite --- test:WARN Enhanced version of getopt found. Standard tests will be skipped. testGetoptStandard testGetoptEnhanced testValidBoolsShort testValidBoolsLong testValidFloats testInvalidFloats testValidIntegers testInvalidIntegers testValidStrings testMultipleFlags testSingleNonFlagArg testMultipleNonFlagArgs testMultipleNonFlagStringArgsWithSpaces testFlagsWithEquals testComplicatedCommandLineStandard testComplicatedCommandLineEnhanced Ran 16 tests. OK --- Executing the 'private' test suite --- testColumns testGenOptStr testGetFlagInfo testItemInList testValidBool testValidFloatBuiltin testValidFloatExpr testValidIntBuiltin testValidIntExpr testMathBuiltin testMathExpr testStrlenBuiltin testStrlenExpr Ran 13 tests. OK --- Executing the 'public' test suite --- test:WARN Enhanced version of getopt found. Standard tests will be skipped. testHelp testStandardHelpOutput testEnhancedHelpOutput testNoHelp Ran 4 tests. OK (skipped=2) #------------------------------------------------------------------------------ # Running the test suite with /bin/bash # shell name: bash shell version: 4.3.11(1)-release --- Executing the 'defines' test suite --- testFlagsDefine testBoolean testFloat testInteger testString testShortNameLength testFlagNameIsReserved Ran 7 tests. OK --- Executing the 'parsing' test suite --- test:WARN Enhanced version of getopt found. Standard tests will be skipped. testGetoptStandard testGetoptEnhanced testValidBoolsShort testValidBoolsLong testValidFloats testInvalidFloats testValidIntegers testInvalidIntegers testValidStrings testMultipleFlags testSingleNonFlagArg testMultipleNonFlagArgs testMultipleNonFlagStringArgsWithSpaces testFlagsWithEquals testComplicatedCommandLineStandard testComplicatedCommandLineEnhanced Ran 16 tests. OK --- Executing the 'private' test suite --- testColumns testGenOptStr testGetFlagInfo testItemInList testValidBool testValidFloatBuiltin testValidFloatExpr testValidIntBuiltin testValidIntExpr testMathBuiltin testMathExpr testStrlenBuiltin testStrlenExpr Ran 13 tests. OK --- Executing the 'public' test suite --- test:WARN Enhanced version of getopt found. Standard tests will be skipped. testHelp testStandardHelpOutput testEnhancedHelpOutput testNoHelp Ran 4 tests. OK (skipped=2) #------------------------------------------------------------------------------ # Running the test suite with /bin/dash # shell name: dash shell version: 0.5.7-4ubuntu1 --- Executing the 'defines' test suite --- testFlagsDefine testBoolean testFloat testInteger testString testShortNameLength testFlagNameIsReserved Ran 7 tests. OK --- Executing the 'parsing' test suite --- test:WARN Enhanced version of getopt found. Standard tests will be skipped. testGetoptStandard testGetoptEnhanced testValidBoolsShort testValidBoolsLong testValidFloats testInvalidFloats testValidIntegers testInvalidIntegers testValidStrings testMultipleFlags testSingleNonFlagArg testMultipleNonFlagArgs testMultipleNonFlagStringArgsWithSpaces testFlagsWithEquals testComplicatedCommandLineStandard testComplicatedCommandLineEnhanced Ran 16 tests. OK --- Executing the 'private' test suite --- testColumns testGenOptStr testGetFlagInfo testItemInList testValidBool testValidFloatBuiltin testValidFloatExpr testValidIntBuiltin testValidIntExpr testMathBuiltin testMathExpr testStrlenBuiltin testStrlenExpr Ran 13 tests. OK --- Executing the 'public' test suite --- test:WARN Enhanced version of getopt found. Standard tests will be skipped. testHelp testStandardHelpOutput testEnhancedHelpOutput testNoHelp Ran 4 tests. OK (skipped=2) #------------------------------------------------------------------------------ # Running the test suite with /bin/ksh # shell name: ksh shell version: AJM-93u+-2012-08-01-$ --- Executing the 'defines' test suite --- testFlagsDefine testBoolean testFloat testInteger testString testShortNameLength testFlagNameIsReserved Ran 7 tests. OK --- Executing the 'parsing' test suite --- test:WARN Enhanced version of getopt found. Standard tests will be skipped. testGetoptStandard testGetoptEnhanced testValidBoolsShort testValidBoolsLong testValidFloats testInvalidFloats testValidIntegers testInvalidIntegers testValidStrings testMultipleFlags testSingleNonFlagArg testMultipleNonFlagArgs testMultipleNonFlagStringArgsWithSpaces testFlagsWithEquals testComplicatedCommandLineStandard testComplicatedCommandLineEnhanced Ran 16 tests. OK --- Executing the 'private' test suite --- testColumns testGenOptStr testGetFlagInfo testItemInList testValidBool testValidFloatBuiltin testValidFloatExpr testValidIntBuiltin testValidIntExpr testMathBuiltin testMathExpr testStrlenBuiltin testStrlenExpr Ran 13 tests. OK --- Executing the 'public' test suite --- test:WARN Enhanced version of getopt found. Standard tests will be skipped. testHelp testStandardHelpOutput testEnhancedHelpOutput testNoHelp Ran 4 tests. OK (skipped=2) #------------------------------------------------------------------------------ # Running the test suite with /bin/pdksh # shell name: pdksh shell version: unknown --- Executing the 'defines' test suite --- testFlagsDefine testBoolean testFloat testInteger testString testShortNameLength testFlagNameIsReserved Ran 7 tests. OK --- Executing the 'parsing' test suite --- test:WARN Enhanced version of getopt found. Standard tests will be skipped. testGetoptStandard testGetoptEnhanced testValidBoolsShort testValidBoolsLong testValidFloats testInvalidFloats testValidIntegers testInvalidIntegers testValidStrings testMultipleFlags testSingleNonFlagArg testMultipleNonFlagArgs testMultipleNonFlagStringArgsWithSpaces testFlagsWithEquals testComplicatedCommandLineStandard testComplicatedCommandLineEnhanced Ran 16 tests. OK --- Executing the 'private' test suite --- testColumns testGenOptStr testGetFlagInfo testItemInList testValidBool testValidFloatBuiltin testValidFloatExpr testValidIntBuiltin testValidIntExpr testMathBuiltin testMathExpr testStrlenBuiltin testStrlenExpr Ran 13 tests. OK --- Executing the 'public' test suite --- test:WARN Enhanced version of getopt found. Standard tests will be skipped. testHelp testStandardHelpOutput testEnhancedHelpOutput testNoHelp Ran 4 tests. OK (skipped=2) #------------------------------------------------------------------------------ # Running the test suite with /bin/zsh # shell name: zsh shell version: 5.0.2 --- Executing the 'defines' test suite --- testFlagsDefine testBoolean testFloat testInteger testString testShortNameLength testFlagNameIsReserved Ran 7 tests. OK --- Executing the 'parsing' test suite --- test:WARN Enhanced version of getopt found. Standard tests will be skipped. testGetoptStandard testGetoptEnhanced testValidBoolsShort testValidBoolsLong testValidFloats testInvalidFloats testValidIntegers testInvalidIntegers testValidStrings testMultipleFlags testSingleNonFlagArg testMultipleNonFlagArgs testMultipleNonFlagStringArgsWithSpaces testFlagsWithEquals testComplicatedCommandLineStandard testComplicatedCommandLineEnhanced Ran 16 tests. OK --- Executing the 'private' test suite --- testColumns testGenOptStr testGetFlagInfo testItemInList testValidBool testValidFloatBuiltin testValidFloatExpr testValidIntBuiltin testValidIntExpr testMathBuiltin testMathExpr testStrlenBuiltin testStrlenExpr Ran 13 tests. OK --- Executing the 'public' test suite --- test:WARN Enhanced version of getopt found. Standard tests will be skipped. testHelp testStandardHelpOutput testEnhancedHelpOutput testNoHelp Ran 4 tests. OK (skipped=2)