diff options
author | Fabricio Voznika <fvoznika@google.com> | 2020-08-06 18:13:55 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-08-06 18:16:21 -0700 |
commit | f20e63e31b56784c596897e86f03441f9d05f567 (patch) | |
tree | 99139042eb7d7caeaa0dfcc866a303b14aa8e42c /scripts | |
parent | 90021e775a6e8059ea4f4262a16c4f962d3b9732 (diff) |
Add LinkAt support to gofer
Updates #1198
PiperOrigin-RevId: 325350818
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/docker_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/docker_tests.sh b/scripts/docker_tests.sh index 07e9f3109..be0b0a3ec 100755 --- a/scripts/docker_tests.sh +++ b/scripts/docker_tests.sh @@ -23,5 +23,5 @@ test_runsc //test/image:image_test //test/e2e:integration_test install_runsc_for_test docker --vfs2 IMAGE_FILTER="Hello|Httpd|Ruby|Stdio" -INTEGRATION_FILTER="LifeCycle|Pause|Connect|JobControl|Overlay|Exec|DirCreation/root" +INTEGRATION_FILTER="LifeCycle|Pause|Connect|JobControl|Overlay|Exec|DirCreation/root|Link" test_runsc //test/e2e:integration_test //test/image:image_test --test_filter="${IMAGE_FILTER}|${INTEGRATION_FILTER}" |