Add build flag to exec test.

Docker-DCO-1.1-Signed-off-by: Jessica Frazelle <jess@docker.com> (github: jfrazelle)
Upstream-commit: ecdbc1a0aff40fa28389d1971528641e2824e5a9
Component: engine
This commit is contained in:
Jessica Frazelle
2014-12-30 14:22:31 -08:00
parent 3e848a2a63
commit 34351a6734
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// +build !test_no_exec
package main
import (

View File

@ -1,3 +1,5 @@
// +build !test_no_exec
package main
import (