diff options
author | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-11-12 05:28:43 +0800 |
---|---|---|
committer | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-11-12 05:28:43 +0800 |
commit | 4f589053a028ee95fecdb0e6db523444bb875224 (patch) | |
tree | 5a3a576d2a1dafe98820f5bb017b4b9da0c7c7e0 /TestHelper.cpp | |
parent | 508b7f14d8639ccf650fc1717c37eefce5d14f09 (diff) | |
download | dexon-solidity-4f589053a028ee95fecdb0e6db523444bb875224.tar.gz dexon-solidity-4f589053a028ee95fecdb0e6db523444bb875224.tar.zst dexon-solidity-4f589053a028ee95fecdb0e6db523444bb875224.zip |
changed name of command line option to filltests
Diffstat (limited to 'TestHelper.cpp')
-rw-r--r-- | TestHelper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TestHelper.cpp b/TestHelper.cpp index 80482399..1b13f9e8 100644 --- a/TestHelper.cpp +++ b/TestHelper.cpp @@ -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 { |