We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a2c6b5 commit fd1ce5dCopy full SHA for fd1ce5d
1 file changed
java/ql/integration-tests/all-platforms/java/diagnostics/no-build-system/test.py
@@ -3,6 +3,6 @@
3
from diagnostics_test_utils import *
4
5
os.mkdir("diagnostics")
6
-run_codeql_database_create([], lang="java", runFunction = runUnsuccessfully, db = None, extra_env = {"CODEQL_EXTRACTOR_DIAGNOSTIC_DIR": "diagnostics"})
+run_codeql_database_create([], lang="java", runFunction = runUnsuccessfully, db = None, extra_env = {"CODEQL_EXTRACTOR_JAVA_DIAGNOSTIC_DIR": "diagnostics"})
7
8
check_diagnostics(test_dir = ".", diagnostics_dir = "diagnostics")
0 commit comments