Add check on force_local in custom_command handling
* The force_local flag was introduced earlier in the main CI script in order to run a CI test locally. The flag was missing in the Custom_Command handling, which was still targeting the node specified in the test configuration file. With this commit, if force_local is enabled the node for the Custom_Command is set to localhost.
Showing
Please register or sign in to comment