aboutsummaryrefslogtreecommitdiffstats
path: root/state.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'state.cpp')
-rw-r--r--state.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/state.cpp b/state.cpp
index 07c8373e..961f0f13 100644
--- a/state.cpp
+++ b/state.cpp
@@ -43,6 +43,8 @@ namespace dev { namespace test {
void doStateTests(json_spirit::mValue& v, bool _fillin)
{
+ processCommandLineOptions();
+
for (auto& i: v.get_obj())
{
cnote << i.first;