| #!/bin/bash | |
| # Copyright (c) 2009 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. | |
| echo 'This script has been removed!' | |
| echo 'Please use `test_that` to run autotests.' | |
| echo 'See https://www.chromium.org/chromium-os/testing/test_that-basic-usage' | |
| exit 1 |