mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Switch to using language-specific diagnostic environment variable
This commit is contained in:
@@ -3,6 +3,6 @@ from create_database_utils import *
|
||||
from diagnostics_test_utils import *
|
||||
|
||||
os.mkdir("diagnostics")
|
||||
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"})
|
||||
|
||||
check_diagnostics(test_dir = ".", diagnostics_dir = "diagnostics")
|
||||
|
||||
Reference in New Issue
Block a user