mirror of https://github.com/sbt/sbt.git
Add missing "d" task testing in actions/depends-on
This commit is contained in:
parent
104c5f53b3
commit
50df95953e
|
|
@ -1,11 +1,13 @@
|
|||
-> a
|
||||
-> b
|
||||
-> c
|
||||
-> d
|
||||
|
||||
$ touch succeed
|
||||
> a
|
||||
> b
|
||||
> c
|
||||
> d
|
||||
|
||||
> project input
|
||||
-> j
|
||||
|
|
@ -18,4 +20,4 @@ $ absent h
|
|||
> set traceLevel in ThisBuild := 100
|
||||
> set logLevel in ThisBuild := Level.Debug
|
||||
> h succeed
|
||||
$ exists h
|
||||
$ exists h
|
||||
|
|
|
|||
Loading…
Reference in New Issue