blob: c4af7da7242a4eb8251626af9ad4095fbad22a61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$ ccwl compile pass-stdin.scm > pass-stdin.cwl
$ cwltool pass-stdin.cwl --file foo
[workflow ] start
[workflow ] starting step count-bytes
[step count-bytes] start
[job count-bytes] /tmp/wxi6_9jz$ wc \
-c < /tmp/siden6hu/stg51eaae41-52a5-4e69-a78e-caefd84f7af5/foo
37
[job count-bytes] completed success
[step count-bytes] completed success
[workflow ] completed success
{}
Final process status is success
|