Skip to content

Commit ed49dab

Browse files
dshemetovkrivard
andauthored
Apply suggestions from code review
Co-authored-by: Katie Mazaitis <[email protected]>
1 parent 184a385 commit ed49dab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/epidata_development.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ In the directory where you want to work run the following
1212
```
1313
$ curl "https://raw.githubusercontent.com/cmu-delphi/delphi-epidata/dev/dev/local/install.sh" | bash
1414
$ [sudo] make all
15-
$ make test
15+
$ [sudo] make test
1616
# To drop into debugger on error
17-
$ make test pdb=1
17+
$ [sudo] make test pdb=1
1818
# To test only a subset of tests
19-
$ make test test-subdir=repos/delphi/delphi-epidata/integrations/acquisition
19+
$ [sudo] make test test-subdir=repos/delphi/delphi-epidata/integrations/acquisition
2020
```
2121
(sudo requirement depends on your Docker installation and operating system)
2222

0 commit comments

Comments
 (0)