From 94277b1ed002802221102a702e634c7385659991 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Wed, 27 Jun 2018 23:24:16 -0400 Subject: [PATCH] Can't call help from scripted --- sbt/src/sbt-test/actions/multiple-with-error/test | 2 +- sbt/src/sbt-test/project/inside-ci/test | 2 +- sbt/src/sbt-test/project/sbt-version-change/test | 2 +- sbt/src/sbt-test/project/scripted-bad-def/test | 2 +- sbt/src/sbt-test/project/source-plugins/pending | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sbt/src/sbt-test/actions/multiple-with-error/test b/sbt/src/sbt-test/actions/multiple-with-error/test index ff83f1b3d..c35330bc1 100644 --- a/sbt/src/sbt-test/actions/multiple-with-error/test +++ b/sbt/src/sbt-test/actions/multiple-with-error/test @@ -1,3 +1,3 @@ # Issue 732: reload followed by a command that results in an error exits in interactive mode -> ;reload;not-a-command -> help +> about diff --git a/sbt/src/sbt-test/project/inside-ci/test b/sbt/src/sbt-test/project/inside-ci/test index 08a542bb3..360ba64e4 100644 --- a/sbt/src/sbt-test/project/inside-ci/test +++ b/sbt/src/sbt-test/project/inside-ci/test @@ -1,2 +1,2 @@ # just need to verify it loads -> help \ No newline at end of file +> about diff --git a/sbt/src/sbt-test/project/sbt-version-change/test b/sbt/src/sbt-test/project/sbt-version-change/test index b46c8dd3c..e8efe77c5 100644 --- a/sbt/src/sbt-test/project/sbt-version-change/test +++ b/sbt/src/sbt-test/project/sbt-version-change/test @@ -1,4 +1,4 @@ -> help +> about $ copy-file changes/build.properties project/build.properties > reload > checkSbtVersionWarning diff --git a/sbt/src/sbt-test/project/scripted-bad-def/test b/sbt/src/sbt-test/project/scripted-bad-def/test index 3845dd842..119d567f2 100644 --- a/sbt/src/sbt-test/project/scripted-bad-def/test +++ b/sbt/src/sbt-test/project/scripted-bad-def/test @@ -9,5 +9,5 @@ $ delete bad.sbt # due to the previous reload failing, this will force the project to be reloaded first # and this should then succeed -> help +> about diff --git a/sbt/src/sbt-test/project/source-plugins/pending b/sbt/src/sbt-test/project/source-plugins/pending index 08a542bb3..360ba64e4 100644 --- a/sbt/src/sbt-test/project/source-plugins/pending +++ b/sbt/src/sbt-test/project/source-plugins/pending @@ -1,2 +1,2 @@ # just need to verify it loads -> help \ No newline at end of file +> about