We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
WPT_DEBUG
1 parent 5d9d60c commit 4b04a18Copy full SHA for 4b04a18
1 file changed
.env.default
@@ -61,7 +61,10 @@ export WPT_SSH_PRIVATE_KEY_BASE64=
61
#
62
# Enabling debug mode will output verbose logging and details about each part of the test runner.
63
64
-# Any truthy value will enable debug mode.
+# 0 = Debug mode off
65
+# 1 = Debug mode on
66
+#
67
+# Any other truthy value will also enable debug mode.
68
export WPT_DEBUG=
69
70
# Certificate validation
0 commit comments