<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tester/test/script/shell.et, branch v0.3.6</title>
<subtitle>[no description]</subtitle>
<link rel='alternate' type='text/html' href='https://code.erebosprotocol.net/tester/'/>
<entry>
<title>Fix parsing of shell argument starting with variable expansion</title>
<updated>2026-09-06T18:23:58+00:00</updated>
<author>
<name>Roman Smrž</name>
<email>roman.smrz@seznam.cz</email>
</author>
<published>2026-09-05T07:57:31+00:00</published>
<link rel='alternate' type='text/html' href='https://code.erebosprotocol.net/tester/commit/?id=9f66b6432fd8025f115289e6b2a9db1579385634'/>
<id>9f66b6432fd8025f115289e6b2a9db1579385634</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Expression expansion for shell command</title>
<updated>2026-09-06T18:23:58+00:00</updated>
<author>
<name>Roman Smrž</name>
<email>roman.smrz@seznam.cz</email>
</author>
<published>2026-09-05T06:47:43+00:00</published>
<link rel='alternate' type='text/html' href='https://code.erebosprotocol.net/tester/commit/?id=a8f93733a9d2df0859d585a11bdd39762f3c37a8'/>
<id>a8f93733a9d2df0859d585a11bdd39762f3c37a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Expression expansion for shell arguments</title>
<updated>2026-09-05T19:41:39+00:00</updated>
<author>
<name>Roman Smrž</name>
<email>roman.smrz@seznam.cz</email>
</author>
<published>2026-09-04T17:25:09+00:00</published>
<link rel='alternate' type='text/html' href='https://code.erebosprotocol.net/tester/commit/?id=a9439b66ad8f7a8f4ba079a47ecfe1e76c2abc4b'/>
<id>a9439b66ad8f7a8f4ba079a47ecfe1e76c2abc4b</id>
<content type='text'>
Changelog: Lists can now be dollar-expanded in the shell interpreter to provide list of shell command arguments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changelog: Lists can now be dollar-expanded in the shell interpreter to provide list of shell command arguments.
</pre>
</div>
</content>
</entry>
<entry>
<title>Retport summary of test execution</title>
<updated>2026-08-25T16:35:52+00:00</updated>
<author>
<name>Roman Smrž</name>
<email>roman.smrz@seznam.cz</email>
</author>
<published>2026-08-25T16:09:40+00:00</published>
<link rel='alternate' type='text/html' href='https://code.erebosprotocol.net/tester/commit/?id=b515ae37932b800b69df3ded320e4b673ee23cea'/>
<id>b515ae37932b800b69df3ded320e4b673ee23cea</id>
<content type='text'>
Changelog: Added `--report` command-line option to print summary of passed/failed tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changelog: Added `--report` command-line option to print summary of passed/failed tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Shell: implement ‘!’ operator</title>
<updated>2026-08-22T20:38:56+00:00</updated>
<author>
<name>Roman Smrž</name>
<email>roman.smrz@seznam.cz</email>
</author>
<published>2026-08-22T20:37:53+00:00</published>
<link rel='alternate' type='text/html' href='https://code.erebosprotocol.net/tester/commit/?id=9fb76c74b5d30b592bad60de5955b9efa2e6cd65'/>
<id>9fb76c74b5d30b592bad60de5955b9efa2e6cd65</id>
<content type='text'>
Changelog: Implement negation using the `!` operator in the shell interpreter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changelog: Implement negation using the `!` operator in the shell interpreter.
</pre>
</div>
</content>
</entry>
<entry>
<title>Shell: track exit code of the last command</title>
<updated>2026-08-22T20:10:51+00:00</updated>
<author>
<name>Roman Smrž</name>
<email>roman.smrz@seznam.cz</email>
</author>
<published>2026-08-22T20:10:51+00:00</published>
<link rel='alternate' type='text/html' href='https://code.erebosprotocol.net/tester/commit/?id=0ba7a3adcc5e539a31b5893bc956a39105e6a9bf'/>
<id>0ba7a3adcc5e539a31b5893bc956a39105e6a9bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Shell: allow to toggle "exit on error"</title>
<updated>2026-08-22T20:01:54+00:00</updated>
<author>
<name>Roman Smrž</name>
<email>roman.smrz@seznam.cz</email>
</author>
<published>2026-08-22T19:55:01+00:00</published>
<link rel='alternate' type='text/html' href='https://code.erebosprotocol.net/tester/commit/?id=b7638754c0856b1bb5f911985190419ecb5e267b'/>
<id>b7638754c0856b1bb5f911985190419ecb5e267b</id>
<content type='text'>
Changelog: Implemented "set +e/-e" in the shell interpreter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changelog: Implemented "set +e/-e" in the shell interpreter.
</pre>
</div>
</content>
</entry>
<entry>
<title>Shell: implement cd command</title>
<updated>2026-08-22T19:22:10+00:00</updated>
<author>
<name>Roman Smrž</name>
<email>roman.smrz@seznam.cz</email>
</author>
<published>2026-08-22T19:16:39+00:00</published>
<link rel='alternate' type='text/html' href='https://code.erebosprotocol.net/tester/commit/?id=90bfe6cbf616c4fcd6903a2e0a087045c8f4ea35'/>
<id>90bfe6cbf616c4fcd6903a2e0a087045c8f4ea35</id>
<content type='text'>
Changelog: Implemented the `cd` command in shell interpreter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changelog: Implemented the `cd` command in shell interpreter.
</pre>
</div>
</content>
</entry>
<entry>
<title>Shell: implement pwd command</title>
<updated>2026-08-22T18:08:41+00:00</updated>
<author>
<name>Roman Smrž</name>
<email>roman.smrz@seznam.cz</email>
</author>
<published>2026-08-22T18:07:18+00:00</published>
<link rel='alternate' type='text/html' href='https://code.erebosprotocol.net/tester/commit/?id=1204839cc27af071582b8f6c88530b6840f56f72'/>
<id>1204839cc27af071582b8f6c88530b6840f56f72</id>
<content type='text'>
Changelog: Implemented `pwd` command in shell interpreter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changelog: Implemented `pwd` command in shell interpreter.
</pre>
</div>
</content>
</entry>
<entry>
<title>Options to select and exclude tests in config file</title>
<updated>2026-05-31T11:48:13+00:00</updated>
<author>
<name>Roman Smrž</name>
<email>roman.smrz@seznam.cz</email>
</author>
<published>2026-05-27T18:40:06+00:00</published>
<link rel='alternate' type='text/html' href='https://code.erebosprotocol.net/tester/commit/?id=a7c646b2d61b1e23eb44b608b843f2673acaa5bd'/>
<id>a7c646b2d61b1e23eb44b608b843f2673acaa5bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
