source: tests/configs/.expect/parsebools.txt

Last change on this file was 481f882, checked in by Thierry Delisle <tdelisle@…>, 19 months ago

Added some missing headers and cleaned up some of the fork+exec stuff.

  • Property mode set to 100644
File size: 2.7 KB
Line 
1no arg:
2yes/no     :false
3Y/N        :false
4y/n        :false
5true/false :false
6set true   :false
7set false  :true
8Child status:
9IFEXITED   : 1, EXITSTATUS : 0, IFSIGNALED : 0, TERMSIG    : 0, COREDUMP   : 0, IFSTOPPED  : 0, STOPSIG    : 0, IFCONTINUED: 0
10
11all true/set arg:
12yes/no     :true
13Y/N        :true
14y/n        :true
15true/false :true
16set true   :true
17set false  :false
18Child status:
19IFEXITED   : 1, EXITSTATUS : 0, IFSIGNALED : 0, TERMSIG    : 0, COREDUMP   : 0, IFSTOPPED  : 0, STOPSIG    : 0, IFCONTINUED: 0
20
21all false/unset arg:
22yes/no     :false
23Y/N        :false
24y/n        :false
25true/false :false
26set true   :false
27set false  :true
28Child status:
29IFEXITED   : 1, EXITSTATUS : 0, IFSIGNALED : 0, TERMSIG    : 0, COREDUMP   : 0, IFSTOPPED  : 0, STOPSIG    : 0, IFCONTINUED: 0
30
31gibberish arg 1:
32Argument 'true' for option y could not be parsed
33
34Usage:
35  parsebools [OPTIONS]...
36testing bool parameters
37  -e, --yesno       test yes/no
38  -y, --YN          test yes/no
39  -n, --yn          test yes/no
40  -t, --truefalse   test true/false
41  -s, --settrue     test set true
42  -u, --setfalse    test set false
43  -h, --help        print this help message
44Child status:
45IFEXITED   : 1, EXITSTATUS : 1, IFSIGNALED : 0, TERMSIG    : 0, COREDUMP   : 0, IFSTOPPED  : 0, STOPSIG    : 1, IFCONTINUED: 0
46
47gibberish arg 2:
48Argument 'yes' for option t could not be parsed
49
50Usage:
51  parsebools [OPTIONS]...
52testing bool parameters
53  -e, --yesno       test yes/no
54  -y, --YN          test yes/no
55  -n, --yn          test yes/no
56  -t, --truefalse   test true/false
57  -s, --settrue     test set true
58  -u, --setfalse    test set false
59  -h, --help        print this help message
60Child status:
61IFEXITED   : 1, EXITSTATUS : 1, IFSIGNALED : 0, TERMSIG    : 0, COREDUMP   : 0, IFSTOPPED  : 0, STOPSIG    : 1, IFCONTINUED: 0
62
63gibberish arg 3:
64parsebools: invalid option -- '='
65Usage:
66  parsebools [OPTIONS]...
67testing bool parameters
68  -e, --yesno       test yes/no
69  -y, --YN          test yes/no
70  -n, --yn          test yes/no
71  -t, --truefalse   test true/false
72  -s, --settrue     test set true
73  -u, --setfalse    test set false
74  -h, --help        print this help message
75Child status:
76IFEXITED   : 1, EXITSTATUS : 1, IFSIGNALED : 0, TERMSIG    : 0, COREDUMP   : 0, IFSTOPPED  : 0, STOPSIG    : 1, IFCONTINUED: 0
77
78gibberish arg 4:
79parsebools: invalid option -- '='
80Usage:
81  parsebools [OPTIONS]...
82testing bool parameters
83  -e, --yesno       test yes/no
84  -y, --YN          test yes/no
85  -n, --yn          test yes/no
86  -t, --truefalse   test true/false
87  -s, --settrue     test set true
88  -u, --setfalse    test set false
89  -h, --help        print this help message
90Child status:
91IFEXITED   : 1, EXITSTATUS : 1, IFSIGNALED : 0, TERMSIG    : 0, COREDUMP   : 0, IFSTOPPED  : 0, STOPSIG    : 1, IFCONTINUED: 0
92
93All Done!
Note: See TracBrowser for help on using the repository browser.