From 5b40d98849f571d683111ef8ab9e721be5cede89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alvaro=20Mu=C3=B1oz?= Date: Wed, 28 Feb 2024 14:36:17 +0100 Subject: [PATCH] Update test db build script --- build-test-dbs.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-test-dbs.sh b/build-test-dbs.sh index d8fc4359b92..bb85dc78a37 100755 --- a/build-test-dbs.sh +++ b/build-test-dbs.sh @@ -1,4 +1,6 @@ #!/bin/bash +rm -rf ql/lib/test/test.testproj || true +rm -rf ql/src/test/test.testproj || true rm -rf src-test.testproj || true rm -rf lib-test.testproj || true codeql database create src-test.testproj -l yaml -s ql/src/test