Skip to content

Commit

Permalink
runtime.outdir. 1st-workflow runs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Buchanan committed Mar 21, 2018
1 parent 8180749 commit e4df9f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmd/cwl/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ func (r *runner) runTool(tool *cwl.Tool, vals cwl.Values) (cwl.Values, error) {
}
}

rt := process.Runtime{}
rt := process.Runtime{
Outdir: "/cwl",
}
// TODO related to the resource requirement search above. basically a hack
// for the conformance tests, for now.
if resources != nil {
Expand Down

0 comments on commit e4df9f4

Please sign in to comment.