Skip to content

Commit d7a8f7e

Browse files
author
Marcos Pernambuco Motta
committed
wip
1 parent 6b941c6 commit d7a8f7e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/lua/create-step-logs.lua

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,7 @@ local mcycle_count = mcycle_stride > max_step_count and max_step_count or mcycle
118118

119119
create_directory(STEP_LOGS_PATH)
120120

121-
-- Create a 1-mcycle fixture (step-0.log) for risc0 pipeline tests
122-
create_step_log(1, command, 0)
123-
124-
-- Create additional fixtures at regular intervals (skipping 0, already created above)
121+
create_step_log(1, command, 0) -- 1-mcycle for risc0 pipeline tests
125122
for start_mcycle = mcycle_stride, max_mcycle, mcycle_stride do
126123
create_step_log(mcycle_count, command, start_mcycle)
127124
end

0 commit comments

Comments
 (0)