From bea97e2b50bbeb72d3f6f0de204437fae2cc2797 Mon Sep 17 00:00:00 2001 From: Kamil Páral Date: Jun 27 2017 16:00:11 +0000 Subject: fix reporting namespace 'dist' got doubled. --- diff --git a/run_mtf.sh b/run_mtf.sh index 009a52b..6b81e26 100755 --- a/run_mtf.sh +++ b/run_mtf.sh @@ -97,21 +97,21 @@ echo 'Generating Taskotron results file...' taskotron_result \ --item "$MODULENAME_STREAM_VERSION" \ --report_type "module_build" \ - --checkname "dist.modularity-testing-framework.modulelint" \ + --checkname "modularity-testing-framework.modulelint" \ --outcome "$(cat "$WORKDIR/outcome.modulelint")" \ --artifact "$(get_artifact "$ARTIFACTSDIR/avocado-result.modulelint/html/results.html")" \ --file "$WORKDIR/results.yaml" taskotron_result \ --item "$MODULENAME_STREAM_VERSION" \ --report_type "module_build" \ - --checkname "dist.modularity-testing-framework.tests" \ + --checkname "modularity-testing-framework.tests" \ --outcome "$(cat "$WORKDIR/outcome.tests")" \ --artifact "$(get_artifact "$ARTIFACTSDIR/avocado-result.tests/html/results.html")" \ --file "$WORKDIR/results.yaml" taskotron_result \ --item "$MODULENAME_STREAM_VERSION" \ --report_type "module_build" \ - --checkname "dist.modularity-testing-framework" \ + --checkname "modularity-testing-framework" \ --outcome "$(cat "$WORKDIR/outcome.overall")" \ --artifact . \ --file "$WORKDIR/results.yaml"