Fix compiletest version-parsing tests
The compiletest version-parsing tests failed after the previous patch.
However, I don't believe these tests are correct, in that I don't
think RHEL or CentOS ever put the gdb version number into parentheses.
Instead they display like:
GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-119.el7
This commit is contained in:
parent
37097fb4f7
commit
90b4a97efe
1 changed files with 2 additions and 2 deletions
|
|
@ -7,9 +7,9 @@ fn test_extract_gdb_version() {
|
|||
)*}}}
|
||||
|
||||
test! {
|
||||
7000001: "GNU gdb (GDB) CentOS (7.0.1-45.el5.centos)",
|
||||
7000001: "GNU gdb (GDB) CentOS 7.0.1-45.el5.centos",
|
||||
|
||||
7002000: "GNU gdb (GDB) Red Hat Enterprise Linux (7.2-90.el6)",
|
||||
7002000: "GNU gdb (GDB) Red Hat Enterprise Linux 7.2-90.el6",
|
||||
|
||||
7004000: "GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04",
|
||||
7004001: "GNU gdb (GDB) 7.4.1-debian",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue