We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a9ec88 commit 5b40d98Copy full SHA for 5b40d98
build-test-dbs.sh
@@ -1,4 +1,6 @@
1
#!/bin/bash
2
+rm -rf ql/lib/test/test.testproj || true
3
+rm -rf ql/src/test/test.testproj || true
4
rm -rf src-test.testproj || true
5
rm -rf lib-test.testproj || true
6
codeql database create src-test.testproj -l yaml -s ql/src/test
0 commit comments