You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/prepare-db-upgrade.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ Where `<old-extractor-pack>` is an extractor pack containing the old extractor a
77
77
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:
78
78
79
79
```
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>
81
81
```
82
82
83
83
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