blob: 29c1f220d021313b21229b2d30110aa37fc3afb3 [file] [log] [blame]
Pratik Prajapati0175fb12015-11-18 15:02:19 -08001# Copyright (c) 2015 The Chromium OS Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5description "Run the mma automation tests"
6author "chromium-os-dev@chromium.org"
7
8start on started boot-services
9script
10 bash mma_automated_test.sh
11end script