Backport no_vm_revert option
The VM revert on test failure was added to 2.1 but it was only disabled in 2.2.
This commit is contained in:
@ -257,6 +257,12 @@ public:
|
||||
*/
|
||||
bool no_galera;
|
||||
|
||||
/**
|
||||
* @brief no_vm_revert If true tests do not revert VMs after the test even if test failed
|
||||
* (use it for debugging)
|
||||
*/
|
||||
bool no_vm_revert;
|
||||
|
||||
/**
|
||||
* @brief ssl_options string with ssl configuration for command line client
|
||||
*/
|
||||
|
Reference in New Issue
Block a user