Add missing "d" task testing in actions/depends-on

This commit is contained in:
Dale Wijnand 2016-12-28 14:53:11 +00:00
parent 104c5f53b3
commit 50df95953e
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
1 changed files with 3 additions and 1 deletions

View File

@ -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