Skip to content

Commit

Permalink
Merge pull request #11717 from Quantisan/fix/package-test-instruction
Browse files Browse the repository at this point in the history
fix package test instruction in doc
  • Loading branch information
tkelman committed Jun 15, 2015
2 parents 17bdd04 + 1c46a6b commit b0a6aaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/manual/packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <man-workflow-tips>`.
+ 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 `<http://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository>`_.
Expand Down

0 comments on commit b0a6aaf

Please sign in to comment.