From a7c646b2d61b1e23eb44b608b843f2673acaa5bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Wed, 27 May 2026 20:40:06 +0200 Subject: Options to select and exclude tests in config file --- test/script/shell.et | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'test/script/shell.et') diff --git a/test/script/shell.et b/test/script/shell.et index 282df37..00826c8 100644 --- a/test/script/shell.et +++ b/test/script/shell.et @@ -11,12 +11,12 @@ test ShellSpawn: guard (done == "load-done") flush - send "run-all" + send "run *" expect /run-test-result ShellTrue done/ expect /child-fail sh failed at: .*: false/ expect /child-fail sh exit code: 1/ expect /run-test-result ShellFalse failed/ - expect /run-all-done/ + expect /run-done/ def expect_next_stdout from p (expected): @@ -32,7 +32,7 @@ test ShellEcho: guard (done == "load-done") flush - send "run-all" + send "run *" expect_next_stdout from p: "a b c" @@ -57,7 +57,7 @@ test ShellEcho: with p: expect /run-test-result Echo done/ - expect /run-all-done/ + expect /run-done/ test ShellPipe: @@ -69,7 +69,7 @@ test ShellPipe: guard (done == "load-done") flush - send "run-all" + send "run *" expect_next_stdout from p: "bc" @@ -97,4 +97,4 @@ test ShellPipe: expect /run-test-result PipeRedirect done/ with p: - expect /run-all-done/ + expect /run-done/ -- cgit v1.2.3