1
0
mirror of https://github.com/moby/moby.git synced 2025-07-30 18:23:29 +03:00

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 (