common-workflow-language / common-workflow-language/cwltool

runtime.exitCode + --cachedir doesn't work

Open
#1,173 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.