summaryrefslogtreecommitdiff
path: root/test/script/run.et
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2025-09-27 12:05:48 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2025-09-27 12:05:48 +0200
commitc55f3775c9ce7842021a6e90db0437dce41cbecb (patch)
treec707c4ffc118a0fcfadf9ec09dbe3b6042264b45 /test/script/run.et
parent5348846b9e2774048d8996a4a3f45237f6e24029 (diff)
Test: enable trivial tests for RunConfig
Diffstat (limited to 'test/script/run.et')
-rw-r--r--test/script/run.et7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/script/run.et b/test/script/run.et
index 9c3cb74..dfccab5 100644
--- a/test/script/run.et
+++ b/test/script/run.et
@@ -69,8 +69,7 @@ test RunConfig:
mkdir tools
cp ${scripts.path}/tools/echo.sh ./tools/tool
mkdir scripts
- # TODO: it seems that namespaces are not properly cleaned up after the failed test
- #cp ${scripts.path}/trivial.et ./scripts/
+ cp ${scripts.path}/trivial.et ./scripts/
cp ${scripts.path}/echo.et ./scripts/
spawn as p on n
@@ -79,8 +78,8 @@ test RunConfig:
send "load-config"
expect /load-config-done/
send "run-all"
- #expect /run-test-result AlwaysSucceeds done/
- #expect /run-test-result AlwaysFails failed/
+ expect /run-test-result AlwaysSucceeds done/
+ expect /run-test-result AlwaysFails failed/
expect /child-stdin p abcdef/
expect /child-stdout p abcdef/
expect /match p abcdef/