blob: 29c1f220d021313b21229b2d30110aa37fc3afb3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright (c) 2015 The Chromium OS Authors. All rights reserved.
# 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
|