From 4eb8997473c7063f5f55ce65afe885971c39393e Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Sun, 25 Feb 2024 16:22:16 +0100 Subject: [PATCH] split: make flaky test more verbose --- tests/by-util/test_split.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/by-util/test_split.rs b/tests/by-util/test_split.rs index 4e98a046add..4ec40cb21fe 100644 --- a/tests/by-util/test_split.rs +++ b/tests/by-util/test_split.rs @@ -1644,6 +1644,7 @@ fn test_round_robin_limited_file_descriptors() { new_ucmd!() .args(&["-n", "r/40", "onehundredlines.txt"]) .limit(Resource::NOFILE, 9, 9) + .env("RUST_BACKTRACE", "1") .succeeds(); }