Skip to content

Commit a78a0e9

Browse files
committed
Fix bug where crash tests weren't being run.
1 parent 39d1229 commit a78a0e9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

bessctl/conf/testing/run_module_tests.bess

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,11 @@ def crash_test(module, num_input_ports, num_output_ports):
7373
for i in range(num_output_ports):
7474
module:i -> Sink()
7575

76+
bess.resume_all()
7677
time.sleep(5)
78+
bess.pause_all()
7779

78-
# Can't just call exec() in the middle of mane loop because
80+
# Can't just call exec() in the middle of main loop because
7981
# variables will leak into main script scope
8082

8183

0 commit comments

Comments
 (0)