index
:
tester
devel
master
[no description]
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Script
/
Shell.hs
Age
Commit message (
Expand
)
Author
9 days
Accept asset path for variable expansion in shell arguments
Roman Smrž
10 days
Refactor shell expansion conversions using template function
Roman Smrž
11 days
Expression expansion for shell arguments
Roman Smrž
13 days
Add newtype for ShellArguments
Roman Smrž
2026-08-22
Shell: implement ‘!’ operator
Roman Smrž
2026-08-22
Shell: track exit code of the last command
Roman Smrž
2026-08-22
Shell: allow to toggle "exit on error"
Roman Smrž
2026-08-22
Shell: implement cd command
Roman Smrž
2026-08-22
Shell: implement pwd command
Roman Smrž
2026-08-22
Shell: track shell state with working directory
Roman Smrž
2026-04-04
Add pid member to the Process type
Roman Smrž
2026-01-09
Improve displayed values for process, network and node types
Roman Smrž
2025-10-05
Redirection in shell scripts
Roman Smrž
2025-10-02
Shell: use posix waitpid wrapper to distinguish more states
Roman Smrž
2025-10-02
Shell: remove special handling of echo
Roman Smrž
2025-10-02
Shell: custom data type for command arguments
Roman Smrž
2025-09-28
Additional instances of ExprType used by parsed commands
Roman Smrž
2025-09-01
Add "ignore" command
Roman Smrž
2025-08-25
Shell pipes
Roman Smrž
2025-08-05
Close handles created for spawned processes
Roman Smrž
2025-06-21
Use current timeout value when waiting for process termination
Roman Smrž
2025-06-01
Execute shell commands in appropriate network namespace
Roman Smrž
2025-05-31
Print source line of shell command failure
Roman Smrž
2025-05-29
Fix waiting on failed shell command
Roman Smrž
2025-04-18
Shell interpreter for test script
Roman Smrž