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:
Markus Mäkelä
2017-10-02 10:55:00 +03:00
parent 1772cc9021
commit 6a33e55b6f
3 changed files with 24 additions and 3 deletions

View File

@ -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
*/