-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path1.5.0-DEV-7206b56e94.log
125 lines (124 loc) · 3.84 KB
/
1.5.0-DEV-7206b56e94.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
Julia Version 1.5.0-DEV.485
Commit 7206b56e94 (2020-03-18 17:25 UTC)
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-9.0.1 (ORCJIT, skylake)
Environment:
JULIA_DEPOT_PATH = ::/usr/local/share/julia
JULIA_NUM_THREADS = 2
Resolving package versions...
Installed DocOpt ─ v0.4.0
Updating `~/.julia/environments/v1.5/Project.toml`
968ba79b + DocOpt v0.4.0
Updating `~/.julia/environments/v1.5/Manifest.toml`
968ba79b + DocOpt v0.4.0
2a0f44e3 + Base64
ade2ca70 + Dates
8ba89e20 + Distributed
b77e0a4c + InteractiveUtils
56ddb016 + Logging
d6f4376e + Markdown
de0858da + Printf
9a3f8284 + Random
9e88b42a + Serialization
6462fe0b + Sockets
8dfed614 + Test
4ec0a83e + Unicode
Testing DocOpt
Status `/tmp/jl_7SY5wV/Project.toml`
968ba79b DocOpt v0.4.0
ade2ca70 Dates
de0858da Printf
8dfed614 Test
Status `/tmp/jl_7SY5wV/Manifest.toml`
968ba79b DocOpt v0.4.0
2a0f44e3 Base64
ade2ca70 Dates
8ba89e20 Distributed
b77e0a4c InteractiveUtils
56ddb016 Logging
d6f4376e Markdown
de0858da Printf
9a3f8284 Random
9e88b42a Serialization
6462fe0b Sockets
8dfed614 Test
4ec0a83e Unicode
Test Summary: | Pass Total
pattern_flat | 2 2
Test Summary: | Pass Total
option | 18 18
Test Summary: | Pass Total
option_name | 3 3
Test Summary: | Pass Total
commands | 7 7
Test Summary: | Pass Total
formal_usage | 2 2
Test Summary: | Pass Total
parse_argv | 7 7
Test Summary: | Pass Total
parse_pattern | 13 13
Test Summary: | Pass Total
option_match | 5 5
Test Summary: | Pass Total
argument_match | 4 4
Test Summary: | Pass Total
command_match | 4 4
Test Summary: | Pass Total
optional_match | 8 8
Test Summary: | Pass Total
required_match | 4 4
Test Summary: | Pass Total
either_match | 5 5
Test Summary: | Pass Total
one_or_more_match | 9 9
Test Summary: | Pass Total
list_argument_match | 4 4
Test Summary: | Pass Total
basic_pattern_matching | 3 3
Test Summary: | Pass Total
pattern_either | 6 6
Test Summary: | Pass Total
pattern_fix_repeating_arguments | 4 4
Test Summary: | Pass Total
set | 2 2
Test Summary: | Pass Total
pattern_fix_identities_1 | 3 3
Test Summary: | Pass Total
pattern_fix_identities_2 | 3 3
Test Summary: | Pass Total
long_options_error_handling | 6 6
Test Summary: | Pass Total
short_options_error_handling | 4 4
Test Summary: | Pass Total
matching_paren | 1 1
Test Summary: | Pass Total
allow_double_dash | 3 3
Test Summary: | Pass Total
docopt | 6 6
Test Summary: | Pass Total
language_errors | 2 2
Test Summary: | Pass Total
issue_40 | 1 1
Test Summary: | Pass Total
count_multiple_flags | 8 8
Test Summary: | Pass Total
any_options_parameter | 4 4
Test Summary: | Pass Total
default_value_for_positional_arguments | 3 3
Test Summary: | Pass Total
issue_59 | 2 2
Test Summary: | Pass Total
options_first | 3 3
Test Summary: | Pass Total
issue_68_options_shortcut_does_not_include_options_in_usage_pattern | 4 4
Test Summary: | Pass Total
issue_65_evaluate_argv_when_called_not_when_imported | 2 2
Test Summary: | Pass Total
issue_71_double_dash_is_not_a_valid_option_argument | 2 2
Test Summary: | Pass Total
parse_section | 10 10
Testing DocOpt tests passed