@@ -380,9 +380,13 @@ if [ "$code" != "200" ]; then
380380 RET=1
381381fi
382382if [ ` grep -c " \[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32\]" ./curl.out` != " 1" ]; then
383+ echo " \[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32\] not found in output when expected"
384+ cat ./curl.out
383385 RET=1
384386fi
385387if [ ` grep -c " \[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0\]" ./curl.out` != " 1" ]; then
388+ echo " \[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0\] not found in output when expected"
389+ cat ./curl.out
386390 RET=1
387391fi
388392
@@ -397,9 +401,13 @@ if [ "$code" != "200" ]; then
397401 RET=1
398402fi
399403if [ ` grep -c " \[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32\]" ./curl.out` != " 0" ]; then
404+ echo " \[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32\] found in output when not expected"
405+ cat ./curl.out
400406 RET=1
401407fi
402408if [ ` grep -c " \[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0\]" ./curl.out` != " 1" ]; then
409+ echo " \[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0\] not found in output when expected"
410+ cat ./curl.out
403411 RET=1
404412fi
405413
@@ -414,9 +422,13 @@ if [ "$code" != "200" ]; then
414422 RET=1
415423fi
416424if [ ` grep -c " \[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32\]" ./curl.out` != " 0" ]; then
425+ echo " \[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32\] found in output when not expected"
426+ cat ./curl.out
417427 RET=1
418428fi
419429if [ ` grep -c " \[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0\]" ./curl.out` != " 1" ]; then
430+ echo " \[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0\] not found in output when expected"
431+ cat ./curl.out
420432 RET=1
421433fi
422434
@@ -431,9 +443,13 @@ if [ "$code" != "200" ]; then
431443 RET=1
432444fi
433445if [ ` grep -c " \[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32\]" ./curl.out` != " 0" ]; then
446+ echo " \[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32\] found in output when not expected"
447+ cat ./curl.out
434448 RET=1
435449fi
436450if [ ` grep -c " \[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0\]" ./curl.out` != " 0" ]; then
451+ echo " \[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0\] found in output when not expected"
452+ cat ./curl.out
437453 RET=1
438454fi
439455
@@ -449,9 +465,13 @@ if [ "$code" != "200" ]; then
449465 RET=1
450466fi
451467if [ ` grep -c " \[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32\]" ./curl.out` != " 1" ]; then
468+ echo " \[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32\] not found in output when expected"
469+ cat ./curl.out
452470 RET=1
453471fi
454472if [ ` grep -c " \[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0\]" ./curl.out` != " 1" ]; then
473+ echo " \[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0\] not found in output when expected"
474+ cat ./curl.out
455475 RET=1
456476fi
457477
@@ -466,6 +486,8 @@ if [ "$code" == "200" ]; then
466486 RET=1
467487fi
468488if [ ` grep -c " \{\" error\" :\" Unable to parse 'data': Shape does not match true shape of 'data' field\" \}" ./curl.out` != " 1" ]; then
489+ echo " \{\" error\" :\" Unable to parse 'data': Shape does not match true shape of 'data' field\" \} not found in output when expected"
490+ cat ./curl.out
469491 RET=1
470492fi
471493
@@ -479,6 +501,8 @@ if [ "$code" == "200" ]; then
479501 RET=1
480502fi
481503if [ ` grep -c " \{\" error\" :\" Unable to parse 'data': Shape does not match true shape of 'data' field\" \}" ./curl.out` != " 1" ]; then
504+ echo " \{\" error\" :\" Unable to parse 'data': Shape does not match true shape of 'data' field\" \} not found in output when expected"
505+ cat ./curl.out
482506 RET=1
483507fi
484508
@@ -493,9 +517,13 @@ if [ "$code" != "200" ]; then
493517 RET=1
494518fi
495519if [ ` grep -c " \[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32\]" ./curl.out` != " 1" ]; then
520+ echo " \[2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32\] not found in output when expected"
521+ cat ./curl.out
496522 RET=1
497523fi
498524if [ ` grep -c " \[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0\]" ./curl.out` != " 1" ]; then
525+ echo " \[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0\] not found in output when expected"
526+ cat ./curl.out
499527 RET=1
500528fi
501529
0 commit comments