tests/helper-runtests.sh
author Yuya Nishihara <yuya@tcha.org>
Sun, 15 Jul 2018 18:32:17 +0900
changeset 38708 ff1182d166a2
parent 29220 054bcdad6042
permissions -rw-r--r--
obsolete: explode if metadata contains invalid UTF-8 sequence (API) The current metadata API can be a source of bugs since it forces callers to process encoding conversion by themselves. So let's make it reject bad data as a last ditch. I assume there's no metadata field which is supposed to store arbitrary BLOB like transplant_source.

#
# Avoid interference from actual test env:

unset HGTEST_JOBS
unset HGTEST_TIMEOUT
unset HGTEST_PORT
unset HGTEST_SHELL