From: bors Date: Thu, 15 Mar 2018 14:14:51 +0000 (+0000) Subject: Auto merge of #5185 - matklad:printf-debugging-for-life, r=alexcrichton X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~2^2~39 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=be19a1b6746140bb6e20b593198543180bf76257;p=cargo.git Auto merge of #5185 - matklad:printf-debugging-for-life, r=alexcrichton Add a helper method to show stdout/err in tests So, all this time debugging Cargo was rather annoying to me, because added `println!`s tend not to show up in the test output, because they happen in the child process. So, let's add a method which just streams the subordinate process output? @alexcrichton I wonder how you usually debug Cargo tests? Or ... are you just not making bugs to begin with? :) --- be19a1b6746140bb6e20b593198543180bf76257