summaryrefslogtreecommitdiff
path: root/test/script/list.et
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2026-05-23 21:45:02 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2026-05-24 17:47:37 +0200
commitbbf1fd0846fa51f74ef01399ab005d4d847becce (patch)
tree22d0afc8420ca28d0b13a82feb41e81753acf9e0 /test/script/list.et
parent858403fc3ea0888ea748cb23b04fcefe1d21c117 (diff)
Refactor test filtering to its own function and typeHEADmaster
Diffstat (limited to 'test/script/list.et')
-rw-r--r--test/script/list.et5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/script/list.et b/test/script/list.et
index cfd4803..4b493a5 100644
--- a/test/script/list.et
+++ b/test/script/list.et
@@ -37,5 +37,6 @@ test ListConcat:
"c4 3"
"c4-end"
local:
- expect /(run-.*)/ capture done
- guard (done == "run-done")
+ expect /run-test-result Test (.*)/ capture result
+ guard (result == "done")
+ expect /run-done/