blob: 4776de594ab386c49fa3ce4a3c51d7de86f64535 [file] [log] [blame]
Aviv Keshetf81b4382013-04-26 14:30:47 -07001#!/bin/bash
2
3# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
4# Use of this source code is governed by a BSD-style license that can be
5# found in the LICENSE file.
6
7SCR="/mnt/host/source/src/third_party/autotest/files/site_utils/test_that.py"
8
9if [ ! -f $SCR ]; then
10 echo "You appear to have a minilayout checkout, without autotest and"
11 echo "test_that.py available in your source tree. Aborting."
12 exit 1
13fi
14
15sudo $SCR $@