Skip to content

Commit 3677971

Browse files
committed
Fix scripted test i7897
- Move build-no-fork.sbt in a subdirectory, otherwise it would be loaded by sbt. - Call reload after changing build.sbt, otherwise nothing would actually change. - Remove build.properties, no longer needed since we now use sbt 1.3.6 by default.
1 parent 2cc8671 commit 3677971

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

sbt-dotty/sbt-test/sbt-dotty/i7897/project/build.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
> run
2-
$ copy-file build-no-fork.sbt build.sbt
2+
$ copy-file changes/build-no-fork.sbt build.sbt
3+
> reload
34
> run

0 commit comments

Comments
 (0)