steemit / tinman

Testnet management scripts
8 stars 20 forks source link

TN: Gatling: command-line arguments do not override config #96

Closed inertia186 closed 6 years ago

inertia186 commented 6 years ago

As a developer, or an automatic process, I want command-line arguments to have precedence, so I can override .conf settings.

Currently, there's a small bug in the precedence of providing command-line arguments like --from_block and --to_block where setting it as arguments to tinman gatling is ignored in favor of gatling.conf.

AC