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:
@ -1,3 +1,5 @@
|
||||
// +build !test_no_exec
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
|
@ -1,3 +1,5 @@
|
||||
// +build !test_no_exec
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
|
Reference in New Issue
Block a user