We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e0a80 commit 2c7fc8cCopy full SHA for 2c7fc8c
tests/test_macros.rs
@@ -150,10 +150,9 @@ fn test_pipe() {
150
151
let wc_cmd = "wc";
152
assert!(run_cmd!(ls | $wc_cmd).is_ok());
153
-}
154
155
-#[test]
156
-fn test_ignore_and_pipefail() {
+ // test `ignore` command and pipefail mode
+ // FIXME: make set_pipefail() thread safe, then move this to a separate test_ignore_and_pipefail()
157
struct TestCase {
158
/// Run the test case, returning whether the result `.is_ok()`.
159
code: fn() -> bool,
0 commit comments