From b515ae37932b800b69df3ded320e4b673ee23cea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Tue, 25 Aug 2026 18:09:40 +0200 Subject: Retport summary of test execution Changelog: Added `--report` command-line option to print summary of passed/failed tests. --- test/script/network.et | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/script/network.et') 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: -- cgit v1.2.3