diff --git a/doc/manual/packages.rst b/doc/manual/packages.rst index e892124e32ef1..ce00fb321bd37 100644 --- a/doc/manual/packages.rst +++ b/doc/manual/packages.rst @@ -439,8 +439,8 @@ are several possible approaches, here is one that is widely used: without reloading all the package code; for packages that take a while to load, this can be much faster. With this approach, you do have to do some extra work to make :ref:`changes in the package code `. - + From the shell, run ``julia runtests.jl`` from within the package's - ``test/`` folder. + + From the shell, run ``julia ../test/runtests.jl`` from within the package's + ``src/`` folder. - Commit your changes: see ``_.