From a1af46c20ade5566ca8c2583f10c17765a5dc3ad Mon Sep 17 00:00:00 2001 From: Ayush Ranjan Date: Mon, 10 Aug 2020 15:48:24 -0700 Subject: Enable VFS2 by default for all syscall tests. Fixes #2923 PiperOrigin-RevId: 325904734 --- test/runner/defs.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/runner') diff --git a/test/runner/defs.bzl b/test/runner/defs.bzl index ba4732ca6..fa96b4ea2 100644 --- a/test/runner/defs.bzl +++ b/test/runner/defs.bzl @@ -132,7 +132,7 @@ def syscall_test( add_overlay = False, add_uds_tree = False, add_hostinet = False, - vfs2 = False, + vfs2 = True, fuse = False, tags = None): """syscall_test is a macro that will create targets for all platforms. -- cgit v1.2.3