runtests.pl: allow -vc point to a separate curl binary to verify with
authorDaniel Stenberg <daniel@haxx.se>
Mon, 26 Aug 2013 07:17:55 +0000 (09:17 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 26 Aug 2013 09:38:38 +0000 (11:38 +0200)
commit63d8b3a507bce2f069416d6a8b05625743b41abf
tree0ff7edc6fe1b3c8cea32cb97468985e3229fb925
parent90ab65c632ec0405893466637c7971e327f1067a
runtests.pl: allow -vc point to a separate curl binary to verify with

The specified curl binary will then be used to verify the running
server(s) instead of the development version. This is very useful in
some cases when the development version fails to verify correctly as
then the test case may not run at all.

The actual test will still be run with the "normal" curl executable
(unless the test case specifies something differently).
tests/runtests.1
tests/runtests.pl