Skip to content

Commit

Permalink
Update for Gerbil 0.17.0-326-g494cedfd
Browse files Browse the repository at this point in the history
  • Loading branch information
fare committed Oct 3, 2023
1 parent b7aa322 commit 2189734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/random-run.ss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
(randomized-arguments (shuffle-list arguments-to-randomize))
(do-it (λ (logger)
(for (args (if number-at-once
(group-by number-at-once randomized-arguments)
(group-n-consecutive number-at-once randomized-arguments)
[randomized-arguments]))
(let ((command (append prefix args)))
(logger command)
Expand Down

0 comments on commit 2189734

Please sign in to comment.