Skip to content

Commit e8bbfc8

Browse files
authored
Fixes test run example
similar to #576 (thanks!) but make the change in the overview.edoc file fix #576
1 parent 18723ef commit e8bbfc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/overview.edoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ Running the tests:
558558

559559
```
560560
$ gunicorn --daemon --pid httpbin.pid httpbin:app
561-
$ make test
561+
$ rebar3 eunit
562562
$ kill `cat httpbin.pid`
563563
'''
564564

0 commit comments

Comments
 (0)