aboutsummaryrefslogtreecommitdiff
path: root/all_test.go
diff options
context:
space:
mode:
authorJan Mercl <0xjnml@gmail.com>2020-09-13 15:31:23 +0200
committerJan Mercl <0xjnml@gmail.com>2020-09-13 15:31:23 +0200
commitf228816300a40a6f8cd90293a629fffad952c6ce (patch)
treed04998fba318c25f03d98220e225678a061326e8 /all_test.go
parent1a09ae480f6b16fb7690999ed66be5c58981c9d0 (diff)
support linux/arm{,64}v1.7.0
Diffstat (limited to 'all_test.go')
-rw-r--r--all_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/all_test.go b/all_test.go
index 4b6b929..07aa1f2 100644
--- a/all_test.go
+++ b/all_test.go
@@ -107,6 +107,8 @@ var (
)
func TestMain(m *testing.M) {
+ fmt.Printf("test binary compiled for %s/%s\n", runtime.GOOS, runtime.GOARCH)
+
flag.Parse()
os.Exit(m.Run())
}