We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 501db41 commit b82bcb7Copy full SHA for b82bcb7
1 file changed
prereq_test.go
@@ -91,6 +91,7 @@ func Example_downloadPrereq() {
91
if err != nil {
92
RemoveAll(bindir)
93
}
94
+ PrereqSeenMap = map[string]string{}
95
96
prqdir := joinpath(joinpath(workDir, "tests"), "prereq")
97
prq, _ := loadPrereq(prqdir)
@@ -116,6 +117,7 @@ func Example_ensurePrereq() {
116
117
} else {
118
fmt.Printf("ERROR CANNOT REMOVE DIR %v\n", err)
119
120
121
dir := joinpath(joinpath(workDir, "tests"), "prereq")
122
fmt.Println(ensurePrereq(dir))
123
fmt.Println(ensurePrereq(joinpath(dir, "sub")))
0 commit comments