diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-09-27 11:51:53 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-09-27 11:51:53 +0200 |
commit | 5348846b9e2774048d8996a4a3f45237f6e24029 (patch) | |
tree | df321f671fd7852a5790c3a92794753ac63c1235 /test | |
parent | f2c42eb7bd38a39d9894ef45630fdc498321a063 (diff) |
Test: wait for shell-based setup to finish
Diffstat (limited to 'test')
-rw-r--r-- | test/script/run.et | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/test/script/run.et b/test/script/run.et index 392c44e..9c3cb74 100644 --- a/test/script/run.et +++ b/test/script/run.et @@ -63,14 +63,15 @@ test SimpleRun: test RunConfig: node n - shell on n: - cp ${scripts.path}/erebos-tester.yaml . - 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}/echo.et ./scripts/ + local: + shell on n: + cp ${scripts.path}/erebos-tester.yaml . + 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}/echo.et ./scripts/ spawn as p on n @@ -89,12 +90,13 @@ test RunConfig: test GetSysInfo: node n - shell on n: - cp ${scripts.path}/erebos-tester.yaml . - mkdir tools - cp ${scripts.path}/tools/sysinfo.sh ./tools/tool - mkdir scripts - cp ${scripts.path}/sysinfo.et ./scripts/ + local: + shell on n: + cp ${scripts.path}/erebos-tester.yaml . + mkdir tools + cp ${scripts.path}/tools/sysinfo.sh ./tools/tool + mkdir scripts + cp ${scripts.path}/sysinfo.et ./scripts/ spawn as p on n |