Skip to content

Commit

Permalink
Merge pull request moby#19181 from coolljt0725/enable_build_syscall_test
Browse files Browse the repository at this point in the history
Make .ensure-syscall-test to use build-arg
  • Loading branch information
tianon committed Jan 8, 2016
2 parents 719526d + 3ff6725 commit 335764a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/make/.ensure-syscall-test
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ set -e
# Build a C binary for cloning a userns for seccomp tests
# and compile it for target daemon
if [ "$DOCKER_ENGINE_GOOS" = "linux" ]; then
docker build -qt syscall-test contrib/syscall-test > /dev/null
docker build ${DOCKER_BUILD_ARGS} -qt syscall-test contrib/syscall-test > /dev/null
fi

0 comments on commit 335764a

Please sign in to comment.