florianschanda/miss_hit

test dup_lib_2 failing on Python 3.6.9

BrunoSalami opened this issue · 2 comments

--- a/tests/projects/dup_lib_2/output.txt
+++ b/tests/projects/dup_lib_2/output.txt
@@ -1,20 +1,20 @@
 === STYLE ===
-In foo_lib/miss_hit.cfg, line 1
+In bar_lib/miss_hit.cfg, line 1
 | library "lib_a" {}
-|         ^^^^^^^ error: duplicate definition, previous definition at bar_lib/miss_hit.cfg:1
+|         ^^^^^^^ error: duplicate definition, previous definition at foo_lib/miss_hit.cfg:1
 MISS_HIT Style Summary: 3 file(s) analysed, 1 error(s)
 === LINT ===
-In foo_lib/miss_hit.cfg, line 1
+In bar_lib/miss_hit.cfg, line 1
 | library "lib_a" {}
-|         ^^^^^^^ error: duplicate definition, previous definition at bar_lib/miss_hit.cfg:1
+|         ^^^^^^^ error: duplicate definition, previous definition at foo_lib/miss_hit.cfg:1
 MISS_HIT Lint Summary: 3 file(s) analysed, 1 error(s)
 === METRICS ===
-In foo_lib/miss_hit.cfg, line 1
+In bar_lib/miss_hit.cfg, line 1
 | library "lib_a" {}
-|         ^^^^^^^ error: duplicate definition, previous definition at bar_lib/miss_hit.cfg:1
+|         ^^^^^^^ error: duplicate definition, previous definition at foo_lib/miss_hit.cfg:1
 MISS_HIT Metric Summary: 3 file(s) analysed, 1 error(s)
 === TRACING ===
-In foo_lib/miss_hit.cfg, line 1
+In bar_lib/miss_hit.cfg, line 1
 | library "lib_a" {}
-|         ^^^^^^^ error: duplicate definition, previous definition at bar_lib/miss_hit.cfg:1
+|         ^^^^^^^ error: duplicate definition, previous definition at foo_lib/miss_hit.cfg:1
 MISS_HIT Trace Summary: 3 file(s) analysed, 1 error(s)

@BrunoSalami I really believe this is fixed now; but it would be helpful if you could confirm independently.

confirmed!
(I ran make test which is where I think this must have happened and everything passes now)