diff --git a/README.md b/README.md index e573141..bb39cad 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This repository contains the prototype for LOBSTER, which is a key ingredient to make TRCL more useful. It has tools to extract tracing tags from a variety of sources combine -them and produce a tracing report. The [the TRLC tracing +them and produce a tracing report. The [TRLC tracing report](https://bmw-software-engineering.github.io/trlc/tracing.html) from the [TRLC Project](https://github.com/bmw-software-engineering/trlc/) is a diff --git a/lobster/tools/json/json.py b/lobster/tools/json/json.py index 27fe011..e83730a 100755 --- a/lobster/tools/json/json.py +++ b/lobster/tools/json/json.py @@ -175,7 +175,7 @@ def process(cls, options, file_name): l_item = Activity( tag = Tracing_Tag(namespace = "json", - tag = item_name), + tag = "%s.%s" % (file_name.replace("/", "."), item_name)), location = File_Reference(file_name), framework = "JSON", kind = "Test Vector")