From 4ddf36c10e23e3de979f9e318cf4e8d1d7175bad Mon Sep 17 00:00:00 2001 From: Jan Midtgaard Date: Mon, 12 Aug 2024 13:40:33 +0200 Subject: [PATCH] Reduce count to 100 --- dune | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dune b/dune index 7f801ff2..44a643d6 100644 --- a/dune +++ b/dune @@ -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)))))