util/autoport: Create superiotool logs

Change-Id: I29797ac6078c0488cb75a8e510bfd5ddf49e4b8b
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/18483
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins)
This commit is contained in:
Arthur Heymans 2017-02-24 13:18:14 +01:00 committed by Nico Huber
parent 7d234f2e69
commit 98e77c77fd
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ func MakeLogs(outDir string) {
RunAndSave(outDir+"/inteltool.log", "../inteltool/inteltool", inteltoolArgs)
RunAndSave(outDir+"/ectool.log", "../ectool/ectool", "-d")
RunAndSave(outDir+"/superiotool.log", "../superiotool/superiotool", "-ade")
SysDir := "/sys/class/sound/card0/"
files, _ := ioutil.ReadDir(SysDir)