Skip to content

Commit 3902a55

Browse files
author
Alvaro Muñoz
committed
Update build test db script
1 parent b57e6b4 commit 3902a55

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build-dbs.sh

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

0 commit comments

Comments
 (0)