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 81
81
then
82
82
EXTRA=" EXTRA=${EXTRA} "
83
83
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
84
91
# shellcheck disable=SC2086
85
92
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} \
87
94
${DRAFT} " ${EXTRA} " \
88
95
" --classname=py${PYTHON_VERSION} _${CONTAINER} "
89
96
# LC_ALL=C is to work around junit-xml ASCII only bug
You can’t perform that action at this time.
0 commit comments