Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-06-01 | Execute shell commands in appropriate network namespace | Roman Smrž | |
Changelog: Execute shell commands in appropriate network namespace | |||
2025-06-01 | Show name of failed test in output | Roman Smrž | |
Changelog: Show name of failed test in output | |||
2025-05-31 | Print source line of shell command failure | Roman Smrž | |
2025-05-29 | Fix waiting on failed shell command | Roman Smrž | |
2025-05-25 | Fix build with older base | Roman Smrž | |
2025-05-19 | Describe asset exporting in README | Roman Smrž | |
2025-05-18 | CI: run automated tests | Roman Smrž | |
2025-05-16 | Version 0.3.2v0.3.2 | Roman Smrž | |
2025-05-15 | Single-quoted strings in shell | Roman Smrž | |
2025-05-15 | Extra arguments for the spawned tool | Roman Smrž | |
Changelog: Added `args` parameter to `spawn` command to pass extra command-line arguments to the spawend tool | |||
2025-05-14 | Make shell process name optional | Roman Smrž | |
2025-05-14 | Parse shell statement parameters in arbitrary order | Roman Smrž | |
2025-05-12 | Select tests from project configuration by name | Roman Smrž | |
Changelog: Select tests from project configuration using only test name on command line without script path. | |||
2025-05-12 | Asset documentation | Roman Smrž | |
Changelog: Asset files and directories for use during tests | |||
2025-05-12 | Fix parser indentation check after ‘export’ | Roman Smrž | |
2025-05-09 | Initial test scripts and configuration | Roman Smrž | |
2025-05-09 | Return error from parseTestFile | Roman Smrž | |
2025-04-27 | Preserve environment for spawn processes | Roman Smrž | |
2025-04-27 | Evaluate asset path to absolute and check if it exists | Roman Smrž | |
2025-04-26 | Add parsed asset to local variables | Roman Smrž | |
2025-04-25 | Test mode | Roman Smrž | |
2025-04-24 | Fix parsing regexes containing only a variable expansion | Roman Smrž | |
2025-04-22 | Conversions for variable expansion in ExprType class | Roman Smrž | |
2025-04-21 | Asset type and parserdevel | Roman Smrž | |
2025-04-18 | Shell interpreter for test script | Roman Smrž | |
Changelog: Experimental shell interpreter | |||
2025-04-15 | Parametrize test block with return type | Roman Smrž | |
2025-04-15 | Avoid head usage in Main | Roman Smrž | |
2025-03-03 | Version 0.3.1v0.3.1 | Roman Smrž | |
2025-03-03 | Turn relative command path to absolute before starting subprocess | Roman Smrž | |
Changelog: Fix executing test tool given with relative path | |||
2025-02-28 | Version 0.3v0.3.0 | Roman Smrž | |
2025-02-28 | Switch source repository location to HTTPS | Roman Smrž | |
2025-02-28 | Do not prefix parse error from first module as "imported" | Roman Smrž | |
2025-02-27 | Fail when requested test is not found | Roman Smrž | |
Changelog: Fail when test requested on command-line is not found | |||
2025-02-27 | Bump dependencies, build with GHC up to 9.12 | Roman Smrž | |
Changelog: Support for GHC up to 9.12 | |||
2025-02-27 | Fix remaining indentation in cabal file | Roman Smrž | |
2025-02-27 | Add ifname member to the node type | Roman Smrž | |
Changelog: Added `ifname` member to the `node` type | |||
2025-02-27 | Refactor script/expression related code to multiple modules | Roman Smrž | |
2025-02-27 | Move ExprType to its own module | Roman Smrž | |
2025-02-25 | Documentation for modules | Roman Smrž | |
Changelog: Modules, exports and imports | |||
2025-02-25 | Relax lower bound on clock and stm packages | Roman Smrž | |
To allow versions available in debian bookworm. | |||
2025-02-24 | Fix parsing of a module starting with whitespace or comment | Roman Smrž | |
2025-02-24 | Scalar unification for variables in expansion | Roman Smrž | |
2025-02-24 | Collect and evaluate global definitions together | Roman Smrž | |
2025-02-13 | Evaluate functions in parameters via unifyExpr | Roman Smrž | |
2025-02-11 | Provide imported definitions at run-time | Roman Smrž | |
2025-02-08 | Time information in output | Roman Smrž | |
Changelog: Time information in output | |||
2025-02-08 | Module import parsing and type check | Roman Smrž | |
2025-01-28 | Do not accept plain variable as the last keywordless parameter | Roman Smrž | |
2025-01-19 | Export declaration | Roman Smrž | |
2024-12-16 | Change working directory of spawned process to node directory | Roman Smrž | |
Changelog: Change working directory of spawned process to node directory |