mirror of https://github.com/sbt/sbt.git
**Problem** 1. Write a scripted test that runs sbt in that test. 2. sbt writes `sbt.version` under `project/build.properties`, which acts as a test filter. 3. The test setup is implicitly altered. **Solution** Before writing `build.properties`, sbt checks whether the base directory is inside a scripted test directory (path contains `sbt-test`). If so, it skips writing so the test setup is not altered. |
||
|---|---|---|
| .. | ||
| src | ||
| NOTICE | ||