Skip to content

Commit 5b40d98

Browse files
author
Alvaro Muñoz
committed
Update test db build script
1 parent 8a9ec88 commit 5b40d98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build-test-dbs.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
2+
rm -rf ql/lib/test/test.testproj || true
3+
rm -rf ql/src/test/test.testproj || true
24
rm -rf src-test.testproj || true
35
rm -rf lib-test.testproj || true
46
codeql database create src-test.testproj -l yaml -s ql/src/test

0 commit comments

Comments
 (0)