pull in new version of railroad library, and make a one-line change to print exclusively tests that have failed (because terminal output is noisy otherwise)
This commit is contained in:
Submodule test/Railroad updated: 3154a783c0...b5aa94a880
@@ -528,7 +528,6 @@ val kMove = describe "move motion 'k'"
|
|||||||
val ({cursorIdx, ...}, _) = AppUpdate.update (app, CHAR_EVENT #"k")
|
val ({cursorIdx, ...}, _) = AppUpdate.update (app, CHAR_EVENT #"k")
|
||||||
|
|
||||||
(* assert *)
|
(* assert *)
|
||||||
val _ = print ("cursorIdx: " ^ Int.toString cursorIdx ^ "\n")
|
|
||||||
val isSkipped = cursorIdx = 0
|
val isSkipped = cursorIdx = 0
|
||||||
in
|
in
|
||||||
Expect.isTrue isSkipped
|
Expect.isTrue isSkipped
|
||||||
@@ -1809,4 +1808,4 @@ val tests = concat
|
|||||||
, percentMove
|
, percentMove
|
||||||
]
|
]
|
||||||
|
|
||||||
val _ = run tests
|
val _ = runWithConfig [Configuration.PrintPassed false] tests
|
||||||
|
|||||||
Reference in New Issue
Block a user