2
0
mirror of https://github.com/mozilla/cipherscan.git synced 2024-09-28 23:53:41 +02:00

When in JSON mode, run curve and tolerance tests

This commit is contained in:
Julien Vehent 2015-09-18 12:36:41 -04:00
parent 1b917883b8
commit cfc3e67782

View File

@ -1364,6 +1364,8 @@ do
;; ;;
-j | -json | --json | --JSON) -j | -json | --json | --JSON)
OUTPUTFORMAT="json" OUTPUTFORMAT="json"
TEST_CURVES="True"
TEST_TOLERANCE="True"
shift shift
;; ;;
-b | --benchmark) -b | --benchmark)