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