Skip to content

Commit

Permalink
Output path correction
Browse files Browse the repository at this point in the history
  • Loading branch information
willend committed Jun 9, 2024
1 parent 707559c commit b52aa13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/Python/mctest/mctest.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ def get_config_files(configfltr):
results = mccode_test(mccoderoot, labeldir, limit, instrfilter, label0)

# write local test result
reportfile = os.path.join(labeldir, "testresults_%s.json" % (label+suffix))
reportfile = os.path.join(labeldir, "testresults_%s.json" % (os.path.basename(labeldir)))
open(os.path.join(reportfile), "w").write(json.dumps(results, indent=2))

logging.debug("")
Expand Down

0 comments on commit b52aa13

Please sign in to comment.