From a5eb004c4eef9303c98633cb87e5f714bc0bbe18 Mon Sep 17 00:00:00 2001 From: Fernando Hoyos <122779323+ferhoyos@users.noreply.github.com> Date: Tue, 24 Dec 2024 08:50:22 +0100 Subject: [PATCH] Align reporter-config file path with Kiali (#408) --- hack/copy-frontend-src-to-ossmc.sh | 2 -- plugin/package.json | 2 +- plugin/{cypress => }/reporter-config.json | 0 3 files changed, 1 insertion(+), 3 deletions(-) rename plugin/{cypress => }/reporter-config.json (100%) diff --git a/hack/copy-frontend-src-to-ossmc.sh b/hack/copy-frontend-src-to-ossmc.sh index df100dab..c143178c 100755 --- a/hack/copy-frontend-src-to-ossmc.sh +++ b/hack/copy-frontend-src-to-ossmc.sh @@ -191,8 +191,6 @@ rm -rf ${ABS_DEST_TESTS_DIR}/{*,.[!.]*} cp -R ${ABS_SOURCE_TESTS_DIR}/* ${ABS_DEST_TESTS_DIR} # OSSMC has its own hooks.ts file, so we remove the Kiali one rm ${ABS_DEST_TESTS_DIR}/common/hooks.ts -# OSSMC has its own reporter-config.json file, so we remove the Kiali one -rm ${ABS_DEST_DIR}/reporter-config.json cat > ${ABS_DEST_DIR}/README.md <