Skip to content

Commit

Permalink
Try without the hard-coded seed
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Aug 7, 2024
1 parent 6162d2b commit d3ab1ba
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 -s 107236932 ; then echo $i >> failed-runs; fi; done")
"for i in `seq 200`; 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 d3ab1ba

Please sign in to comment.