Jacob Kopczynski | 6b2ae3c | 2020-07-20 15:29:14 -0700 | [diff] [blame] | 1 | #!/bin/bash -e |
| 2 | # Copyright 2020 The Chromium OS Authors. All rights reserved. |
| 3 | # Use of this source code is governed by a BSD-style license that can be |
| 4 | # found in the LICENSE file. |
| 5 | |
| 6 | # This script can only be run in the cros_sdk chroot |
| 7 | |
| 8 | ROOT=$(readlink -f ~/trunk/infra/tnull) |
| 9 | . $ROOT/fast_build.sh |
| 10 | . $ROOT/run_tests.sh |
| 11 | echo "Not all these tests are expected to pass without an RTS." |
| 12 | echo "Therefore examine the output to be sure it looks sane." |