Add build flag to exec test.

Docker-DCO-1.1-Signed-off-by: Jessica Frazelle <jess@docker.com> (github: jfrazelle)
This commit is contained in:
Jessica Frazelle 2014-12-30 14:22:31 -08:00
parent 957cbdbf30
commit ecdbc1a0af
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 (