Skip to content

Commit b3a036f

Browse files
committed
REMOVE ME: focus on src/sys/stm_tests
1 parent c976c47 commit b3a036f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dune

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
(name ci)
1717
(package multicoretests)
1818
(deps
19-
(alias_rec %{env:DUNE_CI_ALIAS=runtest})))
20-
; (alias_rec focusedtest)))
19+
; (alias_rec %{env:DUNE_CI_ALIAS=runtest})))
20+
(alias_rec focusedtest)))
2121

2222
(alias
2323
(name ci1)
@@ -58,7 +58,7 @@
5858

5959
; To change the test to repeat, change the source of the `copy`:
6060
(rule
61-
(copy src/io/lin_tests_dsl_domain.exe focusedtest.exe))
61+
(copy src/sys/stm_tests.exe focusedtest.exe))
6262

6363
(rule
6464
(alias focusedtest)
@@ -75,7 +75,7 @@
7575
(write-file hoped "")
7676
(write-file failed-runs "")
7777
(bash
78-
"for i in `seq 20`; do echo Starting $i-th run; if ! ./focusedtest.exe -v ; then echo $i >> failed-runs; fi; done")
78+
"for i in `seq 10`; do echo Starting $i-th run; if ! ./focusedtest.exe -v ; then echo $i >> failed-runs; fi; done")
7979
; edit the previous line to focus on a particular seed
8080
(diff failed-runs hoped)))))
8181

@@ -94,6 +94,6 @@
9494
(write-file hoped "")
9595
(write-file failed-runs "")
9696
(run cmd /q /c
97-
"for %G in (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20) do (echo Starting %G-th run && focusedtest.exe -v || echo %G >> failed-runs)")
97+
"for %G in (1,2,3,4,5,6,7,8,9,10) do (echo Starting %G-th run && focusedtest.exe -v || echo %G >> failed-runs)")
9898
; edit the previous line to focus on a particular seed
9999
(diff failed-runs hoped)))))

0 commit comments

Comments
 (0)