mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: exa: Disable a failing test.
This test seems to have started failing on the staging branch, with the change
from Rust 1.39 to 1.45.
---- options::view::test::time_types::cr stdout ----
thread 'options::view::test::time_types::cr' panicked at 'called
`Result::unwrap_err()` on an `Ok` value: TimeTypes { modified: false,
changed: false, accessed: false, created: true }', src/options/view.rs:545:9
* gnu/packages/rust-apps.scm (exa)[arguments]: Disable a failing test.
This commit is contained in:
@@ -85,6 +85,7 @@
|
||||
|
||||
(substitute* "src/options/view.rs"
|
||||
(("test!\\(across:.*") "")
|
||||
(("test!\\(cr:.*") "")
|
||||
(("test!\\(empty:.*") "")
|
||||
(("test!\\(gracross:.*") "")
|
||||
(("test!\\(grid:.*") "")
|
||||
|
||||
Reference in New Issue
Block a user