diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2017-02-24 13:18:14 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2017-03-14 23:03:29 +0100 |
commit | 98e77c77fd711987f551834b90c5316727ea059a (patch) | |
tree | 2515eae08d1a32e189f9427d2dd00ab8da870de3 /util/autoport | |
parent | 7d234f2e69644047123c189fca6c548d5007c782 (diff) |
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)
Diffstat (limited to 'util/autoport')
-rw-r--r-- | util/autoport/log_maker.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/autoport/log_maker.go b/util/autoport/log_maker.go index 86fc9b2ffb..15bd51ce3b 100644 --- a/util/autoport/log_maker.go +++ b/util/autoport/log_maker.go @@ -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) |