mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 15:47:14 +01:00
integration tests: fix unsafe logging
This commit is contained in:
@@ -431,7 +431,7 @@ func byteCompareInternal(ts *testscript.TestScript, neg bool, aData, eData []byt
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
ts.Logf(aText)
|
ts.Logf("%s", aText)
|
||||||
|
|
||||||
var sb strings.Builder
|
var sb strings.Builder
|
||||||
if err := diff.Text(eFilePath, aFilePath, eText, aText, &sb); err != nil {
|
if err := diff.Text(eFilePath, aFilePath, eText, aText, &sb); err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user