From: Alex Crichton Date: Thu, 29 Dec 2016 00:57:29 +0000 (-0800) Subject: Attempt to debug a problem on AppVeyor X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~11^2~64^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=710063699ea8d1c829bad21ce6bec67af00e5d13;p=cargo.git Attempt to debug a problem on AppVeyor Let's get verbose logs from this step --- diff --git a/tests/path.rs b/tests/path.rs index 7d057ae75..1ba684782 100644 --- a/tests/path.rs +++ b/tests/path.rs @@ -89,7 +89,7 @@ fn cargo_compile_with_nested_deps_shorthand() { execs().with_stdout("test passed\n").with_status(0)); println!("cleaning"); - assert_that(p.cargo("clean"), + assert_that(p.cargo("clean").arg("-v"), execs().with_stdout("").with_status(0)); println!("building baz"); assert_that(p.cargo("build").arg("-p").arg("baz"),