Use internal tmpfs in test runner, even when running with overlay.

PiperOrigin-RevId: 317377571
This commit is contained in:
Nicolas Lacasse
2020-06-19 14:14:21 -07:00
committed by gVisor bot
parent 8655fb7248
commit f0feada89c
+1 -1
View File
@@ -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,