mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
added warning if isoltest gas-cost-expectations are not enforced
This commit is contained in:
@@ -437,6 +437,9 @@ int main(int argc, char const *argv[])
|
||||
if (options.disableSemanticTests)
|
||||
cout << endl << "--- SKIPPING ALL SEMANTICS TESTS ---" << endl << endl;
|
||||
|
||||
if (!options.enforceGasTest)
|
||||
cout << "WARNING :: Gas Cost Expectations are not being enforced" << endl << endl;
|
||||
|
||||
TestStats global_stats{0, 0};
|
||||
cout << "Running tests..." << endl << endl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user