You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description=>'Runner ID (usually a generated uuid)',
224
224
);
225
+
226
+
option taint=> (
227
+
type=>'b',
228
+
default=> 0,
229
+
description=>'(Default: off) Enable taint mode for the runner. This is very useful when combined with preload and tests that contain a taint flag in their shebang.',
0 commit comments