cmd/juju/commands tests failing on Windows
Bug #1751774 reported by
John A Meinel
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Fix Released
|
High
|
John A Meinel | ||
2.3 |
Fix Released
|
High
|
John A Meinel |
Bug Description
As seen here:
http://
BootstrapSuite.
and
HelpToolSuite.
Are both failing.
The former because it is using "gc.Matches" and doing a regex match against a path (which on Windows ends up as C:\Users..., which fails because \U is not a known regex escape).
And the latter because it is using one variable for finding the "longest string" and a different one for actually formatting. And it turns out on Windows the former is "foo.exe" while the latter is just "foo".
Changed in juju: | |
status: | In Progress → Fix Committed |
Changed in juju: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
https:/ /github. com/juju/ juju/pull/ 8426