mirror of https://github.com/sbt/sbt.git
Update comments in `inc-ant-style` scripted test.
I forgot to update comments after copy&pasting the test. The updated comments describe what's being tested related to Ant mode.
This commit is contained in:
parent
2ec6f5c589
commit
658e1928cc
|
|
@ -1,9 +1,8 @@
|
||||||
# introduces first compile iteration
|
# introduces first compile iteration
|
||||||
> compile
|
> compile
|
||||||
# this change is local to method and does not change api so introduces
|
# remove A.foo method
|
||||||
# only one additional compile iteration
|
|
||||||
$ copy-file changes/A1.scala src/main/scala/A.scala
|
$ copy-file changes/A1.scala src/main/scala/A.scala
|
||||||
# second iteration
|
# recompiles just A.scala in Ant mode so it introduces one more iteration
|
||||||
> compile
|
> compile
|
||||||
# check if there are only two compile iterations performed
|
# check if there are only two compile iterations performed
|
||||||
> check-compilations
|
> check-compilations
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue