Can't call help from scripted

This commit is contained in:
Eugene Yokota 2018-06-27 23:24:16 -04:00
parent cf31a11b69
commit 94277b1ed0
5 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -1,2 +1,2 @@
# just need to verify it loads
> help
> about

View File

@ -1,4 +1,4 @@
> help
> about
$ copy-file changes/build.properties project/build.properties
> reload
> checkSbtVersionWarning

View File

@ -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

View File

@ -1,2 +1,2 @@
# just need to verify it loads
> help
> about