add scripted test

This commit is contained in:
j-keck 2014-11-25 09:54:42 +01:00
parent 2e8c98f1a4
commit 2624e3aad6
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1 @@
invalid build file content

View File

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