mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
@ -12,6 +12,10 @@ JQTESTDIR=$(cd "$(dirname "$0")" && pwd)
|
||||
JQBASEDIR=$JQTESTDIR/..
|
||||
JQ=${JQ:-$JQBASEDIR/jq}
|
||||
|
||||
# Some tests have locale-dependent output; use C locale. Fixes #3038
|
||||
LC_ALL=C
|
||||
export LC_ALL
|
||||
|
||||
if [ -z "${NO_VALGRIND-}" ] && which valgrind > /dev/null; then
|
||||
VALGRIND="valgrind --error-exitcode=1 --leak-check=full \
|
||||
--suppressions=$JQTESTDIR/onig.supp \
|
||||
|
Reference in New Issue
Block a user