Dennis Kempin | 0dbb980 | 2021-01-26 16:14:41 -0800 | [diff] [blame] | 1 | #!/bin/bash |
2 | # Copyright 2021 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 | source "$(dirname $0)/common.sh" | ||||
7 | |||||
Dennis Kempin | d1dbefc | 2021-10-15 14:50:31 -0700 | [diff] [blame] | 8 | ./tools/dev_container ./tools/run_tests --target=vm:aarch64 |