Skip to content

Commit

Permalink
Reduce count to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Aug 12, 2024
1 parent 5598dfc commit 4ddf36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dune
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
(write-file hoped "")
(write-file failed-runs "")
(bash
"for i in `seq 200`; do echo Starting $i-th run; if ! ./focusedtest.exe -v ; then echo $i >> failed-runs; fi; done")
"for i in `seq 100`; do echo Starting $i-th run; if ! ./focusedtest.exe -v ; then echo $i >> failed-runs; fi; done")
; edit the previous line to focus on a particular seed
(diff failed-runs hoped)))))

Expand Down

0 comments on commit 4ddf36c

Please sign in to comment.