From 0c4b5d7c2bd2c8fc2439f1f2f7985dcd4089d43b Mon Sep 17 00:00:00 2001 From: Christoph Jentzsch Date: Tue, 11 Nov 2014 22:28:43 +0100 Subject: [PATCH] changed name of command line option to filltests --- test/TestHelper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/TestHelper.cpp b/test/TestHelper.cpp index 80482399a..1b13f9e82 100644 --- a/test/TestHelper.cpp +++ b/test/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 {