We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7687eaf commit 60b5b4cCopy full SHA for 60b5b4c
dune
@@ -94,6 +94,6 @@
94
(write-file hoped "")
95
(write-file failed-runs "")
96
(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)")
+ "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)")
98
; edit the previous line to focus on a particular seed
99
(diff failed-runs hoped)))))
0 commit comments