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

@@ -325,6 +325,8 @@ void dump(const char *title) {
log_info("cleanup: before %s, after %s\n",
global::config::cleanup_before ? "Yes" : "No",
global::config::cleanup_after ? "Yes" : "No");
log_info("failfast: %s\n", global::config::failfast ? "Yes" : "No");
}
} /* namespace config */