Skip to content

Commit

Permalink
fix: make DEBUG a flag
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Aug 1, 2024
1 parent 9d247e4 commit 631a1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"DIRAC_FEWER_CFG_LOCKS": None,
"DIRAC_USE_JSON_ENCODE": None,
"INSTALLATION_BRANCH": "",
"DEBUG": "Yes",
}
DIRACX_OPTIONS = ()
DEFAULT_MODULES = {"DIRAC": Path(__file__).parent.absolute()}
Expand Down Expand Up @@ -1118,7 +1119,6 @@ def _create_iam_group_membership(

def _make_config(modules, flags, release_var, editable):
config = {
"DEBUG": "True",
# MYSQL Settings
"DB_USER": DB_USER,
"DB_PASSWORD": DB_PASSWORD,
Expand Down

0 comments on commit 631a1f7

Please sign in to comment.