Status: New
Owner: ----
Labels: Type-Defect Component-Docs

New issue 1820 by dionyses: Typo in Getting Started Documentation
http://code.google.com/p/reviewboard/issues/detail?id=1820

What's the URL of the page containing the problem?
http://www.reviewboard.org/docs/codebase/dev/getting-started/

Describe the problem and any recommendations below.
In the "Running Unit Tests" section the documentation says:

"For Review Board, type:
$ cd reviewboard
$ ./manage.py test"

However, manage.py does not exist in reviewboard/, but the next one down (reviewboard/reviewboard/.) After changing directories to the bottommost reviewboard and running it (./manage.py test), it failed with the error:

"ValueError: Working directory reviewboard not found, or not a directory"

To fix this, I changed directories up to the topmost reviewboard and ran:

"./reviewboard/manage.py test"

Please provide any additional information below.


--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.

Reply via email to