Lines Matching +full:json +full:- +full:schema
3 if [ $# -lt 1 ] ; then
10 _t=`echo $_tin | sed -e 's/.in$//'`
12 if [ $? -ne 0 ] ; then
18 if [ -f $_t.res ] ; then
19 diff -s $_t.out $_t.res -u 2>/dev/null
20 if [ $? -ne 0 ] ; then
29 if [ $# -gt 2 ] ; then
31 diff -s ${TEST_DIR}/generate.out ${TEST_DIR}/generate.res -u 2>/dev/null
32 if [ $? -ne 0 ] ; then
40 if [ $# -gt 3 ] ; then
42 for i in ${TEST_DIR}/schema/*.json ; do
44 printf "running schema test suite $_name... "
49 sh -c "xz -c < /dev/null > /dev/null"
50 if [ $? -eq 0 -a $# -gt 1 ] ; then
54 xz -cd < $_tin > ${TEST_DIR}/test_file
59 if [ $? -ne 0 ] ; then