We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e150ab commit f3e14e1Copy full SHA for f3e14e1
conformance-test.sh
@@ -151,7 +151,7 @@ echo CWLTOOL_OPTIONS="${CWLTOOL_OPTIONS}"
151
LC_ALL=C.UTF-8 ./run_test.sh --junit-xml=result3.xml ${EXCLUDE} \
152
RUNNER=${CWLTOOL_WITH_COV} "-j$(nproc)" ${BADGE} \
153
${DRAFT} \
154
- "--classname=py3_${container}"
+ "--classname=py3_${container}_$(echo ${CWLTOOL_OPTIONS} | tr "[:blank:]-" _)"
155
# LC_ALL=C is to work around junit-xml ASCII only bug
156
157
# capture return code of ./run_test.sh
0 commit comments