Added notes that "./build.py test" requires plovr to be running

This commit is contained in:
Tobias Bieniek
2013-03-09 20:05:31 +01:00
parent 65397eb732
commit 4f8ffbf2ce
2 changed files with 5 additions and 1 deletions
+2 -1
View File
@@ -50,7 +50,8 @@ Use the following to run the tests:
$ ./build.py test
This command assumes that the `phantomjs` command is on your PATH.
This command assumes that the `phantomjs` command is on your PATH and that the
polvr web server is running (`./build.py serve`).
### The `precommit` target