blob: 14395cf661b13adf8bc5d25c77ea13e4dda30eef [file] [log] [blame]
Jacob Kopczynski6b2ae3c2020-07-20 15:29:14 -07001#!/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
8ROOT=$(readlink -f ~/trunk/infra/tnull)
9. $ROOT/fast_build.sh
10. $ROOT/run_tests.sh
11echo "Not all these tests are expected to pass without an RTS."
12echo "Therefore examine the output to be sure it looks sane."