mirror of https://github.com/sbt/sbt.git
Remove relative-source-error test
The io library now delegates to swoval for io which generally handles relative sources correctly (by converting them to absolute paths internally). This test started failing after the io bump because of this. It seemed to me that relative sources not working was not a feature so I just removed the test.
This commit is contained in:
parent
9e32b3bd56
commit
ffa69ea5d6
|
|
@ -1 +0,0 @@
|
|||
scalaSource in Compile := baseDirectory.value / "src"
|
||||
|
|
@ -1 +0,0 @@
|
|||
scalaSource in Compile := file("src")
|
||||
|
|
@ -1 +0,0 @@
|
|||
object A
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
$ copy-file changes/relative.sbt build.sbt
|
||||
> reload
|
||||
-> compile
|
||||
|
||||
$ copy-file changes/absolute.sbt build.sbt
|
||||
> reload
|
||||
> compile
|
||||
Loading…
Reference in New Issue