test-parse-options: print quiet as integer
commit36e6a5baf1d45e125fcdb99781a0c6448109b44d
authorPranit Bauva <pranit.bauva@gmail.com>
Tue, 12 Apr 2016 23:02:17 +0000 (12 23:02 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 Apr 2016 22:06:17 +0000 (19 15:06 -0700)
tree4ac30bb1146cffecf7b2e97df9a664cf927a189e
parent8425b7ea6a00c443ca3649545ac6e9ddfa196ef6
test-parse-options: print quiet as integer

We would want to see how multiple --quiet options affect the value of
the underlying variable (we may want "--quiet --quiet" to still be 1, or
we may want to see the value incremented to 2). Show the value as
integer to allow us to inspect it.

Signed-off-by: Pranit Bauva <pranit.bauva@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0040-parse-options.sh
test-parse-options.c