From 224070cbfd0571dd6d999f0f20593d29affb998a Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 12 Mar 2024 15:46:53 +0000 Subject: tests: Fix command definition in test. * tests/ccwl.scm ("outputs with #:other parameters that fail to evaluate must raise a &ccwl-violation condition"): Define command inputs, not outputs. --- tests/ccwl.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ccwl.scm b/tests/ccwl.scm index f0e2911..be986da 100644 --- a/tests/ccwl.scm +++ b/tests/ccwl.scm @@ -1,5 +1,5 @@ ;;; ccwl --- Concise Common Workflow Language -;;; Copyright © 2021, 2022, 2023 Arun Isaac +;;; Copyright © 2021–2024 Arun Isaac ;;; ;;; This file is part of ccwl. ;;; @@ -279,7 +279,7 @@ (ccwl-violation-with-message? "#:other parameter not serializable to YAML") (macroexpand - '(command #:outputs (file #:type File + '(command #:inputs (file #:type File #:other '((secondaryFiles . ".fai"))) #:run "cat" file))) -- cgit v1.2.3