Skip to content

Commit

Permalink
Merge pull request #286 from pneerincx/master
Browse files Browse the repository at this point in the history
Updated expected test results for recent bugfix in submit.ftl for slurm backend.
  • Loading branch information
RoanKanninga authored Mar 26, 2020
2 parents 1696766 + 1b9a469 commit 9c87532
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function cancelJobs () {

function processJob () {
local _jobName="${1}"
local _jobScript="${jobName}.sh"
local _jobScript="${_jobName}.sh"
local _submitOptions="${2:-}" # Optional.
local _dependencies="${3:-}" # Optional.
local _n=1
Expand Down

0 comments on commit 9c87532

Please sign in to comment.