diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2020-06-19 14:12:33 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-06-19 14:14:21 -0700 |
commit | f0feada89c3a2c01870e5ab6d18caae8b6a8848a (patch) | |
tree | 1bd13797d952a00d70b6f03de0b1535f0b83b03c /test/runner/defs.bzl | |
parent | 8655fb72482e179923987759f378543b2f489f08 (diff) |
Use internal tmpfs in test runner, even when running with overlay.
PiperOrigin-RevId: 317377571
Diffstat (limited to 'test/runner/defs.bzl')
-rw-r--r-- | test/runner/defs.bzl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runner/defs.bzl b/test/runner/defs.bzl index 5a83f8060..921e499be 100644 --- a/test/runner/defs.bzl +++ b/test/runner/defs.bzl @@ -195,7 +195,7 @@ def syscall_test( shard_count = shard_count, size = size, platform = default_platform, - use_tmpfs = False, # overlay is adding a writable tmpfs on top of root. + use_tmpfs = use_tmpfs, add_uds_tree = add_uds_tree, tags = platforms[default_platform] + tags, overlay = True, |