From d47dedfc2c2da9efd70bbfd00a3e6825f72b133b Mon Sep 17 00:00:00 2001 From: Ethan Atkins Date: Fri, 20 Nov 2020 08:23:45 -0800 Subject: [PATCH] Remove debug command from actions/remote-cache The presence of the > debug command causes all output after this test to get very verbose. --- sbt/src/sbt-test/actions/remote-cache/test | 1 - 1 file changed, 1 deletion(-) diff --git a/sbt/src/sbt-test/actions/remote-cache/test b/sbt/src/sbt-test/actions/remote-cache/test index 5c81f25a5..5da745c18 100644 --- a/sbt/src/sbt-test/actions/remote-cache/test +++ b/sbt/src/sbt-test/actions/remote-cache/test @@ -50,7 +50,6 @@ $ exists target/scala-2.12/test-classes/MyTest.class $ exists target/scala-2.12/test-classes/MyTest$.class $ exists target/scala-2.12/test-zinc/inc_compile_2.12.zip -> debug > checkIterations 1 # Artifacts can be pushed twice (enabled overriding)