diff options
| author | Arun Isaac | 2026-07-01 14:38:00 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-07-01 23:14:41 +0100 |
| commit | 1578e7df972b61e8ece643dc9109492436e711f8 (patch) | |
| tree | a98a71fc70708738406955d04ed43c99e47f2f62 /tests | |
| parent | 3e7eb08448ab76cfee6b7f561a3837631a386d6a (diff) | |
| download | ccwl-1578e7df972b61e8ece643dc9109492436e711f8.tar.gz ccwl-1578e7df972b61e8ece643dc9109492436e711f8.tar.lz ccwl-1578e7df972b61e8ece643dc9109492436e711f8.zip | |
ccwl: Resolve cwl-workflow paths relative to source file path.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ccwl.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ccwl.scm b/tests/ccwl.scm index d6703c7..38a8302 100644 --- a/tests/ccwl.scm +++ b/tests/ccwl.scm @@ -67,7 +67,7 @@ '(((spam string)) ((ham stdout) (eggs stdout))) - (let ((cwl-workflow (cwl-workflow "tests/input-output-parameters.cwl"))) + (let ((cwl-workflow (cwl-workflow "input-output-parameters.cwl"))) (list (map (lambda (input) (list (input-id input) (input-type input))) |
