Skip to content

Commit f288e67

Browse files
committed
Add missing interpreter lines
1 parent 39496f3 commit f288e67

10 files changed

+11
-1
lines changed

tests/arg-empty-prefix-separate-false.cwl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env cwl-runner
12
class: CommandLineTool
23
cwlVersion: v1.0
34
baseCommand: []
@@ -15,4 +16,4 @@ arguments:
1516
shellQuote: false
1617
valueFrom: "echo"
1718
requirements:
18-
- class: ShellCommandRequirement
19+
- class: ShellCommandRequirement

tests/iwdr_dir_literal_real_file.cwl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env cwl-runner
12
class: CommandLineTool
23
cwlVersion: v1.0
34

tests/wf/conflict.cwl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env cwl-runner
12
cwlVersion: v1.1
23
$graph:
34
- class: CommandLineTool

tests/wf/generator/pytoolgen.cwl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env cwl-runner
12
cwlVersion: v1.0
23
$namespaces:
34
cwltool: "http://commonwl.org/cwltool#"

tests/wf/literalfile.cwl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env cwl-runner
12
cwlVersion: v1.0
23
class: CommandLineTool
34
inputs:

tests/wf/packed-with-loadlisting.cwl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env cwl-runner
12
{
23
"$graph": [
34
{

tests/wf/scatter2.cwl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env cwl-runner
12
# Copyright (C) The Arvados Authors. All rights reserved.
23
#
34
# SPDX-License-Identifier: Apache-2.0

tests/wf/scatter2_subwf.cwl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env cwl-runner
12
# Copyright (C) The Arvados Authors. All rights reserved.
23
#
34
# SPDX-License-Identifier: Apache-2.0

tests/with_doc.cwl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env cwl-runner
12
cwlVersion: v1.0
23
class: CommandLineTool
34
inputs: []

tests/without_doc.cwl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env cwl-runner
12
cwlVersion: v1.0
23
class: CommandLineTool
34
inputs: []

0 commit comments

Comments
 (0)