blob: 4776de594ab386c49fa3ce4a3c51d7de86f64535 [file] [log] [blame]
#!/bin/bash
# Copyright (c) 2013 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.
SCR="/mnt/host/source/src/third_party/autotest/files/site_utils/test_that.py"
if [ ! -f $SCR ]; then
echo "You appear to have a minilayout checkout, without autotest and"
echo "test_that.py available in your source tree. Aborting."
exit 1
fi
sudo $SCR $@