From b4416e71c4eadec04661d526c6d6ddc79843b43e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Tue, 25 Sep 2012 12:04:43 +0200 Subject: [PATCH] better nosier command --- test/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/readme.md b/test/readme.md index 54310def0c..123f19c54c 100644 --- a/test/readme.md +++ b/test/readme.md @@ -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"`.