Skip to content

Commit 1e150ab

Browse files
committed
conformance tests: report CWLTOOL_OPTIONS
1 parent db08a47 commit 1e150ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conformance-test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ Conformance test of cwltool ${tool_ver} for CWL ${version}
129129
Commit: ${GIT_COMMIT}
130130
Python version: 3
131131
Container: ${container}
132+
Extra options: ${CWLTOOL_OPTIONS}
132133
EOM
133134
)
134135

@@ -145,6 +146,7 @@ else
145146
EXCLUDE=""
146147
fi
147148
export CWLTOOL_OPTIONS
149+
echo CWLTOOL_OPTIONS="${CWLTOOL_OPTIONS}"
148150
# shellcheck disable=SC2086
149151
LC_ALL=C.UTF-8 ./run_test.sh --junit-xml=result3.xml ${EXCLUDE} \
150152
RUNNER=${CWLTOOL_WITH_COV} "-j$(nproc)" ${BADGE} \

0 commit comments

Comments
 (0)