• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 12:24:30 PST 2008
12$ uname -mprsv
13Linux 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#
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: 2.05b.0(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#
148
149
150#------------------------------------------------------------------------------
151# Running the test suite with /bin/pdksh
152#
153
154
155#------------------------------------------------------------------------------
156# Running the test suite with /bin/zsh
157#
158shell name: zsh
159shell version: 4.1.1
160
161--- Executing the 'defines' test suite ---
162testFlagsDefine
163testBoolean
164testFloat
165testInteger
166testString
167testShortNameLength
168
169Ran 6 tests.
170
171OK
172
173--- Executing the 'parsing' test suite ---
174test:WARN Enhanced version of getopt found. Standard tests will be skipped.
175testStandardGetopt
176testEnhancedGetopt
177testValidBooleanShort
178testValidBooleanLong
179testValidFloats
180testInvalidFloats
181testValidIntegers
182testInvalidIntegers
183testValidStrings
184testMultipleFlags
185testSingleNonFlagArg
186testMultipleNonFlagArgs
187testMultipleNonFlagStringArgsWithSpaces
188
189Ran 13 tests.
190
191OK
192
193--- Executing the 'private' test suite ---
194testGetFlagInfo
195testItemInList
196testColumns
197testValidateBoolean
198testValidateFloat
199testValidateInteger
200
201Ran 6 tests.
202
203OK
204
205--- Executing the 'public' test suite ---
206test:WARN Enhanced version of getopt found. Standard tests will be skipped.
207testHelp
208testStandardHelpOutput
209testEnhancedHelpOutput
210testNoHelp
211
212Ran 4 tests.
213
214OK (skipped=1)
215