From 4ac231dd49f8884e0eac057639c2c60eef0342d2 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Fri, 15 Sep 2017 18:48:07 -0400 Subject: [PATCH] comment out part of run/error Ref #3543 --- sbt/src/sbt-test/run/error/test | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sbt/src/sbt-test/run/error/test b/sbt/src/sbt-test/run/error/test index d3599f40d..a603016e6 100644 --- a/sbt/src/sbt-test/run/error/test +++ b/sbt/src/sbt-test/run/error/test @@ -13,6 +13,7 @@ $ copy-file changes/ThreadRunError.scala src/main/scala/Run.scala $ copy-file changes/RunExplicitSuccess.scala src/main/scala/Run.scala > run -# explicitly calling System.exit(1) should fail the 'run' task -$ copy-file changes/RunExplicitFailure.scala src/main/scala/Run.scala --> run \ No newline at end of file +# https://github.com/sbt/sbt/issues/3543 +# # explicitly calling System.exit(1) should fail the 'run' task +# $ copy-file changes/RunExplicitFailure.scala src/main/scala/Run.scala +# -> run