Skip to content

Commit 52ecaa9

Browse files
committed
Delete BuildDict (unless TclDebug true)
1 parent a1aa566 commit 52ecaa9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ReportBuildYaml2Dict.tcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ proc CreateBuildReports {ReportFile} {
6666
ReportBuildYaml2Dict ${ReportFile}
6767
ReportBuildDict2Html
6868
ReportBuildDict2Junit
69+
if {!$::osvvm::TclDebug} {
70+
set ::osvvm::BuildDict ""
71+
}
6972
}
7073

7174
# -------------------------------------------------

0 commit comments

Comments
 (0)