diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2026-01-14 20:02:29 +0100 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2026-01-14 20:02:29 +0100 |
| commit | 379d88e72a66eb876dfdf452d79081f5e4277979 (patch) | |
| tree | 8f8ca97d960f994df450cf73d1c4c810d93d8e1a /test | |
| parent | ea8109cef731b2c876b9effa759763bf59d878aa (diff) | |
Print test names in verbose output
Changelog: Verbose output now includes test names.
Diffstat (limited to 'test')
| -rw-r--r-- | test/script/definition.et | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/script/definition.et b/test/script/definition.et index d2da737..3d84040 100644 --- a/test/script/definition.et +++ b/test/script/definition.et @@ -10,6 +10,7 @@ test Definition: expect /load-done/ send "run Test" + expect /global-info - Starting test ‘Test’/ expect /child-stdout p 4/ expect /match p 4/ expect /child-stdout p 11/ |