Shahar Hadas
2020-05-10 d0b85cf10415a378c11d385066bb27116f2c2df1
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;