File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ _VER="$1"
8888 ${_RUN_BIN} " ${bin} " --version | sed ' s/\r//g' | tee " ${out} "
8989 [ -s " ${out} " ] || rm -f " ${out} "
9090
91- if [ " ${CW_TURL_TEST :- } " = ' 1' ] && \
91+ if [ " ${CW_TRURL_TEST :- } " = ' 1' ] && \
9292 [ " ${_RUN_BIN} " != ' true' ]; then
9393 python3 ./test.py --runner=" ${_RUN_BIN} " --trurl=" ${bin} "
9494 fi
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ _VER="$1"
9898 ${_RUN_BIN} " ${bin} " --version | sed ' s/\r//g' | tee " ${out} "
9999 [ -s " ${out} " ] || rm -f " ${out} "
100100
101- if [ " ${CW_TURL_TEST :- } " = ' 1' ] && \
101+ if [ " ${CW_TRURL_TEST :- } " = ' 1' ] && \
102102 [ " ${_RUN_BIN} " != ' true' ]; then
103103 python3 ./test.py --runner=" ${_RUN_BIN} " --trurl=" ${bin} "
104104 fi
You can’t perform that action at this time.
0 commit comments