Skip to content

Commit 6d02ea7

Browse files
committed
doc: remove unneeded --search-path flag
1 parent 54b56c4 commit 6d02ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/prepare-db-upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Where `<old-extractor-pack>` is an extractor pack containing the old extractor a
7777
To test the downgrade script, create an extractor pack that includes your new dbscheme and extractor changes. Then checkout the `main` branch of `codeql` (i.e. a branch that does not include your changes), and run:
7878

7979
```
80-
codeql test run --search-path=<new-extractor-pack> --search-path=ql <test-dir>
80+
codeql test run --search-path=<new-extractor-pack> <test-dir>
8181
```
8282

8383
This will run the tests using your new extractor, and the databases will be downgraded using your new downgrade script so that they match the dbscheme of the `main` branch.

0 commit comments

Comments
 (0)