doc/testing.md
changeset 54268 0cf2c87ce79a
parent 53996 35a30b432396
child 54473 e437ad5643d6
--- a/doc/testing.md	Mon Mar 25 20:57:07 2019 +0100
+++ b/doc/testing.md	Mon Mar 25 17:29:43 2019 -0400
@@ -12,11 +12,10 @@
 instead. Not all tests will run successfully on the exploded image, but using
 this target can greatly improve rebuild times for certain workflows.
 
-Previously, `make test` was used invoke an old system for running test, and
+Previously, `make test` was used to invoke an old system for running tests, 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: