From c55f3775c9ce7842021a6e90db0437dce41cbecb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 27 Sep 2025 12:05:48 +0200 Subject: Test: enable trivial tests for RunConfig --- test/script/run.et | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'test/script') 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/ -- cgit v1.2.3