mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 18:20:34 +00:00
c20f783733
TEST=./tools/dev_container --hermetic bash -c "./tools/run_tests --target=vm:aarch64 --arch armhf" BUG=b/203152778 Change-Id: I76da1d029e9b11016b1ed9245c5b09095703fb63 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3328099 Reviewed-by: Dennis Kempin <denniskempin@google.com> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Anton Romanov <romanton@google.com>
8 lines
299 B
Bash
Executable file
8 lines
299 B
Bash
Executable file
#!/bin/bash
|
|
# Copyright 2021 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.
|
|
|
|
source "$(dirname $0)/common.sh"
|
|
|
|
./tools/dev_container --hermetic ./tools/run_tests --target=vm:aarch64 --arch armhf -v
|