mirror of https://github.com/sbt/sbt.git
add scripted test
This commit is contained in:
parent
2e8c98f1a4
commit
2624e3aad6
|
|
@ -0,0 +1 @@
|
|||
invalid build file content
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
# create a invalid .build.sbt file
|
||||
# - note the dot - it's a hidden file
|
||||
$ copy-file changes/invalid-build.sbt .build.sbt
|
||||
|
||||
# trigger a reload - sbt should ignore the hidden build file
|
||||
> reload
|
||||
Loading…
Reference in New Issue