mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
changed name of command line option to filltests
This commit is contained in:
parent
508b7f14d8
commit
4f589053a0
@ -352,7 +352,7 @@ void executeTests(const string& _name, const string& _testPathAppendix, std::fun
|
||||
for (int i = 1; i < boost::unit_test::framework::master_test_suite().argc; ++i)
|
||||
{
|
||||
string arg = boost::unit_test::framework::master_test_suite().argv[i];
|
||||
if (arg == "--createtest")
|
||||
if (arg == "--filltests")
|
||||
{
|
||||
try
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user