mirror of https://github.com/sbt/sbt.git
Can't call help from scripted
This commit is contained in:
parent
cf31a11b69
commit
94277b1ed0
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
# just need to verify it loads
|
||||
> help
|
||||
> about
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
> help
|
||||
> about
|
||||
$ copy-file changes/build.properties project/build.properties
|
||||
> reload
|
||||
> checkSbtVersionWarning
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
# just need to verify it loads
|
||||
> help
|
||||
> about
|
||||
|
|
|
|||
Loading…
Reference in New Issue