gcontini
2020-10-31 3372269b105a6fe59c05b0632f41404619afaf1f
test/functional/generate-license.cpp
@@ -43,7 +43,7 @@
   ss << " --" PARAM_LICENSE_OUTPUT " " << license_fname_s;
   ss << " --" PARAM_PROJECT_FOLDER " " << LCC_TEST_LICENSES_PROJECT;
   for (int i = 0; i < other_args.size(); i++) {
   for (size_t i = 0; i < other_args.size(); i++) {
      ss << " " << other_args[i];
   }
   cout << "executing :" << ss.str() << endl;