mirror of https://github.com/sbt/sbt.git
fix obvious syntax errors, but not the whole test yet
This commit is contained in:
parent
eb6a59bdd3
commit
818aa0a563
|
|
@ -1,28 +1,9 @@
|
|||
> ++2.7.2
|
||||
> update
|
||||
> test-only Success
|
||||
-> test-only Failure
|
||||
> ++2.7.3
|
||||
> ++ 2.7.4
|
||||
> update
|
||||
> test-only Success
|
||||
-> test-only Failure
|
||||
|
||||
> ++2.7.4
|
||||
> update
|
||||
> test-only Success
|
||||
-> test-only Failure
|
||||
|
||||
> ++2.7.5
|
||||
> update
|
||||
> test-only Success
|
||||
-> test-only Failure
|
||||
|
||||
> ++2.7.6
|
||||
> update
|
||||
> test-only Success
|
||||
-> test-only Failure
|
||||
|
||||
> ++2.7.7
|
||||
> ++ 2.7.7
|
||||
> update
|
||||
> test-only Success
|
||||
-> test-only Failure
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
> ++2.7.5
|
||||
> ++ 2.7.5
|
||||
> update
|
||||
> test-only StackSpecSuccess
|
||||
-> test-only Failure
|
||||
|
||||
> ++2.7.7
|
||||
> ++ 2.7.7
|
||||
> update
|
||||
> test-only StackSpecSuccess
|
||||
-> test-only Failure
|
||||
|
|
@ -1,6 +1,3 @@
|
|||
> ++2.8.0.Beta1-RC7
|
||||
> update
|
||||
|
||||
$ copy-file changes/Fail.scala src/test/scala/TestQuick.scala
|
||||
-> test-failed
|
||||
-> test-failed *
|
||||
|
|
|
|||
Loading…
Reference in New Issue