Skip to content

Commit 0b40548

Browse files
committed
Add missing global
1 parent 53e2a8f commit 0b40548

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test_suite/globals.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@
3535

3636
# Whether to run in consensus mode
3737
consensus_mode: bool = False
38+
39+
# Whether to run in core bpf mode
40+
core_bpf_mode: bool = False

0 commit comments

Comments
 (0)