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/output.et | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/script/output.et') diff --git a/test/script/output.et b/test/script/output.et index f210490..8fb5616 100644 --- a/test/script/output.et +++ b/test/script/output.et @@ -24,7 +24,7 @@ test FlushOutput: expect /run-test-result Test (.*)/ capture result guard (result == "failed") - expect /run-done/ + expect /run-done 1 0 0 1/ test IgnoreOutput: spawn as p @@ -54,4 +54,4 @@ test IgnoreOutput: expect /run-test-result Test (.*)/ capture result guard (result == "failed") - expect /run-done/ + expect /run-done 1 0 0 1/ -- cgit v1.2.3