Skip to content

Commit

Permalink
Target standalone test attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Aug 7, 2024
1 parent 60d4708 commit f8ca0de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dune
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

; To change the test to repeat, change the source of the `copy`:
(rule
(copy src/domain/stm_tests_dls.exe focusedtest.exe))
(copy src/domain/dls_test.exe focusedtest.exe))

(rule
(alias focusedtest)
Expand All @@ -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 20`; 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 f8ca0de

Please sign in to comment.