diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2026-01-09 21:35:28 +0100 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2026-01-09 21:35:28 +0100 |
| commit | a699c3ddd443a2d6113fe3b08f7ae81c510239e6 (patch) | |
| tree | 39f4b6103f3d8f0d896d150e198f408b736f7557 /test/script/run.et | |
| parent | 9b9cd5b2f25b39bf366e0487b723c2fa770fcd2c (diff) | |
Improve displayed values for process, network and node types
Diffstat (limited to 'test/script/run.et')
| -rw-r--r-- | test/script/run.et | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/script/run.et b/test/script/run.et index 7f789ab..ace5192 100644 --- a/test/script/run.et +++ b/test/script/run.et @@ -169,7 +169,7 @@ test CallStack: expect /match-fail-line .*\/callstack.et:27:5: .*/ expect /match-fail-var x 1/ expect /match-fail-line .*\/callstack.et:31:5: .*/ - expect /match-fail-var p .*/ + expect /match-fail-var p <process:p#[0-9]+>/ local: expect /(match-fail-.*)/ capture done guard (done == "match-fail-done") @@ -184,7 +184,7 @@ test CallStack: expect /match-fail-var x 3/ expect /match-fail-var y 2/ expect /match-fail-line .*\/callstack.et:41:5: .*/ - expect /match-fail-var p .*/ + expect /match-fail-var p <process:p#[0-9]+>/ expect /match-fail-var z 3/ local: expect /(match-fail-.*)/ capture done |