turn on set -x for failing test script

This commit is contained in:
Edward Hartnett 2022-06-02 12:37:50 +03:00
parent db9b097da9
commit 26e0ff248e

View File

@ -5,6 +5,8 @@
# WARNING: This file is also used to build nczarr_test/run_specific_filters.sh
set -x
if test "x$srcdir" = x ; then srcdir=`pwd`; fi
. ../test_common.sh