aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TestHelper.cpp2
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
{