mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
isoltest: add --accept-updates option
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user