< prev index next >

doc/testing.md

Print this page

        

@@ -13,12 +13,11 @@
 this target can greatly improve rebuild times for certain workflows.
 
 Previously, `make test` was used invoke an old system for running test, and
 `make run-test` was used for the new test framework. For backward compatibility
 with scripts and muscle memory, `run-test` (and variants like
-`exploded-run-test` or `run-test-tier1`) are kept as aliases. The old system
-can still be accessed for some time using `cd test && make`.
+`exploded-run-test` or `run-test-tier1`) are kept as aliases.
 
 Some example command-lines:
 
     $ make test-tier1
     $ make test-jdk_lang JTREG="JOBS=8"
< prev index next >