-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
oasis-test-runner: Use explicit flagsets for scenario parameters #2937
Conversation
cded8f0
to
0e1f9f8
Compare
Codecov Report
@@ Coverage Diff @@
## master #2937 +/- ##
==========================================
+ Coverage 68.48% 68.56% +0.07%
==========================================
Files 361 361
Lines 35131 35131
==========================================
+ Hits 24060 24086 +26
+ Misses 7978 7970 -8
+ Partials 3093 3075 -18
Continue to review full report at Codecov.
|
Cloning scenario and its flagset is not as simple as I thought. Doing
keeps old references to values so the flagset is not correctly cloned. I will need to make separate helpers per scenario for copying the flags... |
This was now solved in d676397 |
2b8d28f
to
fa76c30
Compare
2fb18b0
to
484e701
Compare
f21f57d
to
a01eddb
Compare
4df8eb2
to
f51636e
Compare
Fixes #2897