diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2026-08-25 18:09:40 +0200 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2026-08-25 18:35:52 +0200 |
| commit | b515ae37932b800b69df3ded320e4b673ee23cea (patch) | |
| tree | c9b9bf005a3d7416528f0a797ffff2d7a7808cfb /test/script/network.et | |
| parent | ec493e03b0415f43968c0a04598ada3272a0f0cf (diff) | |
Retport summary of test execution
Changelog: Added `--report` command-line option to print summary of passed/failed tests.
Diffstat (limited to 'test/script/network.et')
| -rw-r--r-- | test/script/network.et | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/script/network.et b/test/script/network.et index 62006ad..2978910 100644 --- a/test/script/network.et +++ b/test/script/network.et @@ -15,7 +15,7 @@ def run_test_from using p (file): send "run Test" expect /run-test-result Test (.*)/ capture result guard (result == "done") - expect /run-done/ + expect /run-done 1 1 0 0/ test DisconnectNode: |