From f2f6c9cab66e9dd633b05c0ffcb08f4add6802d9 Mon Sep 17 00:00:00 2001 From: Gabriele Contini <contini.mailing@gmail.com> Date: 周六, 14 12月 2019 09:42:26 +0800 Subject: [PATCH] cleanup and change license generation parameters --- test/functional/generate-license.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/functional/generate-license.cpp b/test/functional/generate-license.cpp index 3aa07f9..8ef9477 100644 --- a/test/functional/generate-license.cpp +++ b/test/functional/generate-license.cpp @@ -37,7 +37,7 @@ stringstream ss; ss << LCC_EXE << " license issue"; ss << " --" PARAM_PRIMARY_KEY " " << LCC_PROJECT_PRIVATE_KEY; - ss << " --" PARAM_LICENSE_NAME " " << license_name; + ss << " --" PARAM_LICENSE_OUTPUT " " << license_fname_s; ss << " --" PARAM_PROJECT_FOLDER " " << LCC_TEST_LICENSES_PROJECT; for (int i = 0; i < other_args.size(); i++) { -- Gitblit v1.9.1