From eee702f299570349265ba94e546a0db9d8d5c90f Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Mon, 25 Aug 2014 08:50:13 +0200 Subject: [PATCH] Don't run tests in build.sh all --- build.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.sh b/build.sh index 15db9114..dcbe2b4c 100755 --- a/build.sh +++ b/build.sh @@ -44,8 +44,6 @@ case "${1:-default}" in ;; all) - go run build.go test - go run build.go -goos linux -goarch amd64 tar go run build.go -goos linux -goarch 386 tar go run build.go -goos linux -goarch armv5 tar