Skip to content

Commit f3e14e1

Browse files
committed
CI: include extra options in coverge classname
1 parent 1e150ab commit f3e14e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conformance-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ echo CWLTOOL_OPTIONS="${CWLTOOL_OPTIONS}"
151151
LC_ALL=C.UTF-8 ./run_test.sh --junit-xml=result3.xml ${EXCLUDE} \
152152
RUNNER=${CWLTOOL_WITH_COV} "-j$(nproc)" ${BADGE} \
153153
${DRAFT} \
154-
"--classname=py3_${container}"
154+
"--classname=py3_${container}_$(echo ${CWLTOOL_OPTIONS} | tr "[:blank:]-" _)"
155155
# LC_ALL=C is to work around junit-xml ASCII only bug
156156

157157
# capture return code of ./run_test.sh

0 commit comments

Comments
 (0)