summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorZach Koopmans <zkoopmans@google.com>2020-08-10 12:25:48 -0700
committergVisor bot <gvisor-bot@google.com>2020-08-10 12:27:53 -0700
commit9ac71dc78fd1a2487780686332e54c21a1cb2cd3 (patch)
treeff627e6dc03750e26f5963144c78582b6b9b1702 /Makefile
parent79e7d0b06ac019e3c302e2ab9c5861311304d7d1 (diff)
Mark DirCreation/tmp tests as passing.
PiperOrigin-RevId: 325861904
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 365a4b485..d62567939 100644
--- a/Makefile
+++ b/Makefile
@@ -166,8 +166,9 @@ do-tests: runsc
simple-tests: unit-tests # Compatibility target.
.PHONY: simple-tests
+# Keep these in sync with //scripts/docker_tests.sh.
IMAGE_FILTER := HelloWorld\|Httpd\|Ruby\|Stdio
-INTEGRATION_FILTER := Life\|Pause\|Connect\|JobControl\|Overlay\|Exec\|DirCreation/root
+INTEGRATION_FILTER := Life\|Pause\|Connect\|JobControl\|Overlay\|Exec\|DirCreation\|Link
docker-tests: load-basic-images
@$(call submake,install-test-runtime RUNTIME="vfs1")