mirror of https://github.com/sbt/sbt.git
Remove debug commands in scripted
These just create noise.
This commit is contained in:
parent
b2c9d3e2cf
commit
9023b58f83
|
|
@ -1,5 +1,3 @@
|
|||
> debug
|
||||
|
||||
> a/update
|
||||
|
||||
> a/updateClassifiers
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
> y1/publishLocal
|
||||
> y2/publishLocal
|
||||
> debug
|
||||
> check
|
||||
|
|
|
|||
|
|
@ -1,4 +1,2 @@
|
|||
> debug
|
||||
|
||||
> check
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
> debug
|
||||
# load the project definition with transitive dependencies enabled
|
||||
# and check that they are not downloaded
|
||||
#$ pause
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
> debug
|
||||
> update
|
||||
# works because scalaVersion is the same as sbtScalaVersion
|
||||
> compile
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ $ copy-file changes/mainB1.scala main/B.scala
|
|||
-> main/compile
|
||||
|
||||
$ copy-file changes/libA.scala library/A.scala
|
||||
> debug
|
||||
> library/publishM2
|
||||
# should succeed even without 'update' because Ivy should use the jar from the origin and not copy it to its cache
|
||||
> main/compile
|
||||
|
|
|
|||
Loading…
Reference in New Issue