Skip to content

Commit fd1ce5d

Browse files
committed
Switch to using language-specific diagnostic environment variable
1 parent 7a2c6b5 commit fd1ce5d

File tree

1 file changed

+1
-1
lines changed
  • java/ql/integration-tests/all-platforms/java/diagnostics/no-build-system

1 file changed

+1
-1
lines changed

java/ql/integration-tests/all-platforms/java/diagnostics/no-build-system/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
from diagnostics_test_utils import *
44

55
os.mkdir("diagnostics")
6-
run_codeql_database_create([], lang="java", runFunction = runUnsuccessfully, db = None, extra_env = {"CODEQL_EXTRACTOR_DIAGNOSTIC_DIR": "diagnostics"})
6+
run_codeql_database_create([], lang="java", runFunction = runUnsuccessfully, db = None, extra_env = {"CODEQL_EXTRACTOR_JAVA_DIAGNOSTIC_DIR": "diagnostics"})
77

88
check_diagnostics(test_dir = ".", diagnostics_dir = "diagnostics")

0 commit comments

Comments
 (0)