data-aggregator: rename resulttype-* to global-*

This is more in line with the other scripts' names.

Change-Id: I8f645a3b93bce60fe167eeb93bb8c8e285f4038a
This commit is contained in:
Horst Schirmeier
2018-06-22 19:35:38 +02:00
parent f5b34a962c
commit a88b014578
5 changed files with 4 additions and 4 deletions

View File

@ -2,10 +2,10 @@ install(PROGRAMS
fail-analysis-common.inc.sh fail-analysis-common.inc.sh
function-occurrences-onwrite.sh function-occurrences-onwrite.sh
function-occurrences.sh function-occurrences.sh
resulttype-occurrences_coverage.sh global-occurrences_coverage.sh
resulttype-occurrences-onwrite_coverage.sh global-occurrences-onwrite_coverage.sh
resulttype-occurrences-onwrite.sh global-occurrences-onwrite.sh
resulttype-occurrences.sh global-occurrences.sh
symbol-occurrences_coverage.sh symbol-occurrences_coverage.sh
symbol-occurrences-onwrite_coverage.sh symbol-occurrences-onwrite_coverage.sh
symbol-occurrences-onwrite.sh symbol-occurrences-onwrite.sh