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 6source "$(dirname $0)/common.sh" 7 8./ci/run_container.sh crosvm_aarch64_builder --vm "\ 9 ./run_tests -v --require-all \ 10 --junit-file=/workspace/logs/cargo_test/sponge_log.xml" 11