mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
fix(go): updated function name.
This commit is contained in:
parent
00d6a664eb
commit
e1f665aec1
@ -101,7 +101,7 @@ func (t *TestSuite) ReadSettings(path *paths.Path) error {
|
|||||||
// Results returns a sum up of the apparmor logs raised by the scenarios
|
// Results returns a sum up of the apparmor logs raised by the scenarios
|
||||||
func (t *TestSuite) Results() string {
|
func (t *TestSuite) Results() string {
|
||||||
file, _ := logs.GetAuditLogs(logs.LogFiles[0])
|
file, _ := logs.GetAuditLogs(logs.LogFiles[0])
|
||||||
aaLogs := logs.NewApparmorLogs(file, "")
|
aaLogs := logs.New(file, "")
|
||||||
return aaLogs.String()
|
return aaLogs.String()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user