test: failfast option.

Change-Id: I42d1bdb9c20c9b96cfa41304bd025b09fab20518
This commit is contained in:
Leo Yuriev
2017-04-23 12:54:37 +03:00
parent cd37b81cc5
commit c4846c8141
3 changed files with 13 additions and 2 deletions

View File

@@ -46,6 +46,7 @@ extern unsigned timeout_duration_seconds;
extern bool dump_config;
extern bool cleanup_before;
extern bool cleanup_after;
extern bool failfast;
} /* namespace config */
} /* namespace global */