File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 8181 then
8282 EXTRA=" EXTRA=${EXTRA} "
8383 fi
84+ if [[ " $version " = " v1.0" ]] && [[ " $CONTAINER " = " docker" ]] && [ $PYTHON_VERSION -eq 3 ]
85+ then
86+ tool_ver=$( cwltool --version | awk ' { print $2 }' )
87+ badgedir=${PWD} /conformance/cwltool/cwl_${version} /cwltool_${tool_ver}
88+ mkdir -p ${PWD} /conformance/cwltool/cwl_${version} /
89+ BADGE=" --badgedir=${badgedir} "
90+ fi
8491 # shellcheck disable=SC2086
8592 LC_ALL=C.UTF-8 ./run_test.sh --junit-xml=result${PYTHON_VERSION} .xml \
86- RUNNER=${CWLTOOL_WITH_COV} " -j$( nproc) " \
93+ RUNNER=${CWLTOOL_WITH_COV} " -j$( nproc) " ${BADGE} \
8794 ${DRAFT} " ${EXTRA} " \
8895 " --classname=py${PYTHON_VERSION} _${CONTAINER} "
8996 # LC_ALL=C is to work around junit-xml ASCII only bug
You can’t perform that action at this time.
0 commit comments