Change test targets to use _p9 if p9 is enabled.

lisafs is default. So we should not have all targets be generated
with _lisafs. Also if nothing is specified, then lisafs should run.
Which is not the case right now.

PiperOrigin-RevId: 469770835
This commit is contained in:
Ayush Ranjan
2022-08-24 10:55:30 -07:00
committed by gVisor bot
parent 51c48824f0
commit 2ee98e784b
+2 -2
View File
@@ -84,8 +84,8 @@ def _syscall_test(
name += "_overlay"
if fuse:
name += "_fuse"
if lisafs:
name += "_lisafs"
if not lisafs:
name += "_p9"
if network != "none":
name += "_" + network + "net"