Skip to content

Commit

Permalink
Added regression test for JSON #202
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianKunkel committed Jun 25, 2020
1 parent 38b1752 commit 3cb144e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion testing/basic-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ IOR 2 -a POSIX -r -z -Z -Q 2 -F -k -e -i1 -m -t 100k -b 100k
IOR 2 -a POSIX -r -z -Z -Q 3 -X 13 -F -k -e -i1 -m -t 100k -b 100k
IOR 2 -a POSIX -w -z -Z -Q 1 -X -13 -F -e -i1 -m -t 100k -b 100k


IOR 2 -f "$ROOT/test_comments.ior"

# Test for JSON output
IOR 2 -a DUMMY -e -F -t 1m -b 1m -A 328883 -O summaryFormat=JSON -O summaryFile=OUT.json
python -mjson.tool OUT.json >/dev/null && echo "JSON OK"

END

0 comments on commit 3cb144e

Please sign in to comment.