diff options
author | 2016-11-16 17:40:01 +0200 | |
---|---|---|
committer | 2016-11-16 17:40:01 +0200 | |
commit | 11c216470c30e4c200e46e1b51d721a549f440d6 (patch) | |
tree | 03ad20c67decf7da4d52e5679c2fd22dd8f5eaa6 /src/bp_gtest.cpp | |
parent | e46e3f598e52112b9db21d6faabde7a5c87341cb (diff) | |
parent | efba1bd2c32391c443a9dbaf0fffa6468bb681c6 (diff) |
Merge branch 'master' to rx_features phase 0.5
Signed-off-by: imarom <imarom@cisco.com>
Diffstat (limited to 'src/bp_gtest.cpp')
-rwxr-xr-x | src/bp_gtest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bp_gtest.cpp b/src/bp_gtest.cpp index ca514c88..11bd6235 100755 --- a/src/bp_gtest.cpp +++ b/src/bp_gtest.cpp @@ -196,7 +196,7 @@ public: ports[i]=lpg->GenerateOneSourcePort(); } } - + CGlobalInfo::m_options.m_run_mode = CParserOption::RUN_MODE_BATCH; lpt->start_generate_stateful(buf,CGlobalInfo::m_options.preview); lpt->m_node_gen.DumpHist(stdout); |