summaryrefslogtreecommitdiff
path: root/test/script
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2025-08-30 22:09:14 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2025-09-01 20:44:22 +0200
commit27bf4a78b7203ed77790c92134213c3398214daa (patch)
tree5e17a92e4d4704ede7823595f42fb45ef686afbf /test/script
parentfc40dfc41e8b3fbbe830846499ccce122930b235 (diff)
Add "ignore" commandHEADmaster
Changelog: Added `ignore` builtin command
Diffstat (limited to 'test/script')
-rw-r--r--test/script/run.et2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/script/run.et b/test/script/run.et
index 7cc1670..c3c698e 100644
--- a/test/script/run.et
+++ b/test/script/run.et
@@ -29,7 +29,7 @@ test TrivialRun:
test SimpleRun:
- let should_succeed = [ "bool" ]
+ let should_succeed = [ "bool", "command-ignore" ]
let should_fail = [ "bool" ]
spawn as p