mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-20 11:28:42 +00:00
Don't use a copy of the go test script, use the central version for consistency with the other repos. Fixes #125. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
12 lines
160 B
Bash
Executable File
12 lines
160 B
Bash
Executable File
#!/bin/bash
|
|
# Copyright (c) 2018 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
set -e
|
|
|
|
cidir=$(dirname "$0")
|
|
source "${cidir}/lib.sh"
|
|
|
|
run_go_test
|