Skip to content

Commit 32d6c5a

Browse files
committed
Javascript: fix project layout for bazel tests
On Windows, the project layout needs to match `codeql~override`, while on POSIX we must keep on matching `ql`. We work around this by using `*ql*` in the project layout, which matches both.
1 parent 1626344 commit 32d6c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
**/ql/javascript/extractor/tests/*/input//
1+
**/*ql*/javascript/extractor/tests/*/input//

0 commit comments

Comments
 (0)