Add test to reproduce consoleProject bug

This commit is contained in:
Jason Pickens 2019-11-28 20:14:49 +13:00
parent 964f7867b3
commit 8c3245d569
No known key found for this signature in database
GPG Key ID: C4A8C75C7876F1B5
3 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,5 @@
scalaVersion := "2.13.1"
// Send some bogus initial command so that it doesn't get stuck.
// The task itself will still succeed.
Compile / consoleProject / initialCommands := "bail!"

View File

@ -0,0 +1 @@
scalaVersion := "2.12.10"

View File

@ -0,0 +1 @@
> consoleProject