Remove vfs2 test target names from runtime tests README.

These tests use vfs2 by default now.

PiperOrigin-RevId: 435796076
This commit is contained in:
Nicolas Lacasse
2022-03-18 19:47:34 -07:00
committed by gVisor bot
parent 24cef0a622
commit dd6bf5ecdd
+6 -6
View File
@@ -26,12 +26,12 @@ To run an entire runtime test locally, use the following table.
Note: java runtime test take 1+ hours with 16 cores.
Language | Version | Running the test suite
-------- | ------- | ----------------------------------------
Go | 1.12 | `make go1.12-runtime-tests{_vfs2}`
Java | 11 | `make java11-runtime-tests{_vfs2}`
NodeJS | 12.4.0 | `make nodejs12.4.0-runtime-tests{_vfs2}`
Php | 7.3.6 | `make php7.3.6-runtime-tests{_vfs2}`
Python | 3.7.3 | `make python3.7.3-runtime-tests{_vfs2}`
-------- | ------- | ---------------------------------
Go | 1.12 | `make go1.12-runtime-tests`
Java | 11 | `make java11-runtime-tests`
NodeJS | 12.4.0 | `make nodejs12.4.0-runtime-tests`
Php | 7.3.6 | `make php7.3.6-runtime-tests`
Python | 3.7.3 | `make python3.7.3-runtime-tests`
#### Clean Up