From 0e6dbaad6766bd72d93c70d3e6a36b04d7b440d4 Mon Sep 17 00:00:00 2001 From: Klaus Ma Date: Mon, 31 Oct 2016 21:10:24 +0800 Subject: [PATCH] Fixed failed build on Mac. --- test/e2e_node/restart_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/e2e_node/restart_test.go b/test/e2e_node/restart_test.go index 3625eb5825..30dc41e50b 100644 --- a/test/e2e_node/restart_test.go +++ b/test/e2e_node/restart_test.go @@ -1,3 +1,5 @@ +// +build linux + /* Copyright 2015 The Kubernetes Authors.