ea063cb975
We have the git history which is a more reliable librarian. Change-Id: Idbcc5ceeb33804204e56d62491cb58146f7c9f37 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41175 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: ron minnich <rminnich@gmail.com>
10 lines
275 B
Text
10 lines
275 B
Text
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
description "Run the mma automation tests"
|
|
author "chromium-os-dev@chromium.org"
|
|
|
|
start on started boot-services
|
|
script
|
|
bash mma_automated_test.sh
|
|
end script
|