isoltest: add --accept-updates option

This commit is contained in:
Alex Beregszaszi
2021-03-15 14:31:01 +00:00
parent 86e1e4a2dd
commit 1c176cc1ee
3 changed files with 19 additions and 5 deletions
+1
View File
@@ -31,6 +31,7 @@ struct IsolTestOptions: CommonOptions
{
bool showHelp = false;
bool noColor = false;
bool acceptUpdates = false;
std::string testFilter = std::string{};
IsolTestOptions(std::string* _editor);