summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2019-10-07 15:20:03 +0200
committerSebastiaan van Stijn <github@gone.nl>2019-12-19 18:03:55 +0100
commit545e81714b0ae06f00fe90a2138ab89f4fe3a6e7 (patch)
tree13096de75d6ccd1964da13b3d7b0f3db856df288 /Makefile
parent9dde8f2b46043353fdb798318b4b28903cdd4aff (diff)
downloaddocker-545e81714b0ae06f00fe90a2138ab89f4fe3a6e7.tar.gz
hack/validate: allow forcing validation
This introduces a FORCE_VALIDATE environment variable, which allows forcing some validation steps, even if no changes were detected. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9e49843660..cfac707590 100644
--- a/Makefile
+++ b/Makefile
@@ -65,6 +65,7 @@ DOCKER_ENVS := \
-e DOCKER_TEST_HOST \
-e DOCKER_USERLANDPROXY \
-e DOCKERD_ARGS \
+ -e TEST_FORCE_VALIDATE \
-e TEST_INTEGRATION_DIR \
-e TEST_SKIP_INTEGRATION \
-e TEST_SKIP_INTEGRATION_CLI \