diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-09-27 12:05:48 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-09-27 12:05:48 +0200 |
commit | c55f3775c9ce7842021a6e90db0437dce41cbecb (patch) | |
tree | c707c4ffc118a0fcfadf9ec09dbe3b6042264b45 /test | |
parent | 5348846b9e2774048d8996a4a3f45237f6e24029 (diff) |
Test: enable trivial tests for RunConfig
Diffstat (limited to 'test')
-rw-r--r-- | test/script/run.et | 7 |
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/ |