We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 184a385 commit ed49dabCopy full SHA for ed49dab
docs/epidata_development.md
@@ -12,11 +12,11 @@ In the directory where you want to work run the following
12
```
13
$ curl "https://raw.githubusercontent.com/cmu-delphi/delphi-epidata/dev/dev/local/install.sh" | bash
14
$ [sudo] make all
15
-$ make test
+$ [sudo] make test
16
# To drop into debugger on error
17
-$ make test pdb=1
+$ [sudo] make test pdb=1
18
# To test only a subset of tests
19
-$ make test test-subdir=repos/delphi/delphi-epidata/integrations/acquisition
+$ [sudo] make test test-subdir=repos/delphi/delphi-epidata/integrations/acquisition
20
21
(sudo requirement depends on your Docker installation and operating system)
22
0 commit comments