common-workflow-language / common-workflow-language/cwltool
runtime.exitCode + --cachedir doesn't work
Open
- Dominant language
- Python
- Stars
- 376
- Forks
- 255
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 12
Description
```
$ git clone https://github.com/common-workflow-language/cwl-v1.1.git
$ cd cwl-v1.1
$ rm -Rf cache
$ cwltool --quiet --parallel --cache=$PWD/cache tests/exitcode.cwl tests/empty.json
{
"code": 7
}
$ cwltool --quiet --parallel --cache=$PWD/cache tests/exitcode.cwl tests/empty.json
{
"code": true
}
```
Contributor guide
Assessment
This issue has not been assessed yet.