Skip to content

Commit fe5cd86

Browse files
committed
trurl: fix typo in env name [ci skip]
1 parent cb01244 commit fe5cd86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

trurl-gnumake.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

trurl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)