gcontini
2020-10-11 6de9ad2fc8f435819006d9aae1054214993e0cd7
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;