better nosier command

This commit is contained in:
Éric Lemoine
2012-09-25 12:04:43 +02:00
parent 900eead7c6
commit b4416e71c4

View File

@@ -26,4 +26,4 @@ This command can also be run by doing `make test` at the root of ol3.
Tip for TDD'ers: to make PhantomJS run the test suite continuously each time
a spec file is changed you can use nosier (http://pypi.python.org/pypi/nosier)
and do `nosier -p test/spec "make test"`.
and do `nosier -p test -p src "make test"`.