1
0
mirror of https://github.com/rancher/os.git synced 2025-09-17 15:40:47 +00:00

Remove integration tests

This commit is contained in:
niusmallnan
2019-02-11 23:01:32 +08:00
parent f8113a7241
commit 5e37bce795
69 changed files with 3 additions and 2462 deletions

View File

@@ -6,7 +6,7 @@ cd $(dirname $0)/..
echo Running tests
PACKAGES=". $(find -name '*.go' | xargs -I{} dirname {} | cut -f2 -d/ | sort -u | grep -Ev '(^\.$|.git|.trash-cache|vendor|bin|tests)' | sed -e 's!^!./!' -e 's!$!/...!')"
PACKAGES=". $(find -name '*.go' | xargs -I{} dirname {} | cut -f2 -d/ | sort -u | grep -Ev '(^\.$|.git|.trash-cache|vendor|bin)' | sed -e 's!^!./!' -e 's!$!/...!')"
if [ "$ARCH" = "amd64" ]; then
RACE="-race"