summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLloyd Hilaiel <lloyd@hilaiel.com>2011-04-22 19:11:55 -0600
committerLloyd Hilaiel <lloyd@hilaiel.com>2011-04-22 19:11:55 -0600
commitd24690ee5cc09ea2cf6bbd152f2627e8ee1986e7 (patch)
treec92162f0875998309e33af415510db3ecd592559 /test
parent8e5d0b15415c6422365f6ececff5190499b43bd5 (diff)
downloadyajl-d24690ee5cc09ea2cf6bbd152f2627e8ee1986e7.tar.gz
reduce output noise during testing
Diffstat (limited to 'test')
-rwxr-xr-xtest/run_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_tests.sh b/test/run_tests.sh
index 0d75ed3..d6fd175 100755
--- a/test/run_tests.sh
+++ b/test/run_tests.sh
@@ -61,7 +61,7 @@ for file in cases/*.json ; do
iter=1
success="SUCCESS"
- ${ECHO} -n "$testBinShort $allowPartials$allowComments$allowGarbage$allowMultiple-b $iter < $fileShort > ${fileShort}.test : "
+ # ${ECHO} -n "$testBinShort $allowPartials$allowComments$allowGarbage$allowMultiple-b $iter < $fileShort > ${fileShort}.test : "
# parse with a read buffer size ranging from 1-31 to stress stream parsing
while [ $iter -lt 32 ] && [ $success = "SUCCESS" ] ; do
$testBin $allowPartials $allowComments $allowGarbage $allowMultiple -b $iter < $file > ${file}.test 2>&1