Fix for parse options related to binary name (#4368)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Tue, 21 Apr 2020 05:33:50 +0000 (00:33 -0500)
committerGitHub <noreply@github.com>
Tue, 21 Apr 2020 05:33:50 +0000 (00:33 -0500)
commit233dca9a28575631dec2cf004fe07fe6b994a9df
treee4dd3da6c9eb10eaecd02373edeba2a8d3cd2e70
parentf6bd42406897e165f2c9faffd69ab8db0204004f
Fix for parse options related to binary name (#4368)

Possible fix for the nightlies.

In some configurations, a unit test fails when using the function for parsing options via manual argv construction
https://github.com/CVC4/CVC4/blob/master/test/unit/expr/expr_public.h#L58

This reverts a behavior change from 3dfb48b.
In particular, we always parse and ignore the binary name instead of skipping it outright. This more accurately reflects the original code.
src/options/options_template.cpp