Skip to content

[Test] Improper DEBUG definition handling #396

Description

@jajik

We control debugging with the DEBUG variable. Currently, the switch depends on the variable being defined.

That presents several issues, mainly that DEBUG=0 or DEBUG=off means the debugging is ON. That also means, that our manual trigger always runs the CI in debug mode.

Ideally, we should treat DEBUG=0, DEBUG=off, and DEBUG=Off the same way we treat it when undefined.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions