Skip to content

Commit 07671bc

Browse files
DOCKER.md: remove leftover dc- references (#11760)
1 parent 2aa4059 commit 07671bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme-docs/DOCKER.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,11 +306,11 @@ Run a single test. Example:
306306
python manage.py test unittests.tools.test_dependency_check_parser.TestDependencyCheckParser.test_parse_file_with_no_vulnerabilities_has_no_findings --keepdb
307307
```
308308

309-
For docker compose stack, there is a convenience script (`dc-unittest.sh`) capable of running a single test class.
309+
For docker compose stack, there is a convenience script (`run-unittest.sh`) capable of running a single test class.
310310
You will need to provide a test case (`--test-case`). Example:
311311

312312
```
313-
./dc-unittest.sh --test-case unittests.tools.test_stackhawk_parser.TestStackHawkParser
313+
./run-unittest.sh --test-case unittests.tools.test_stackhawk_parser.TestStackHawkParser
314314
```
315315

316316
## Running the integration tests

0 commit comments

Comments
 (0)