aboutsummaryrefslogtreecommitdiff
path: root/awwan_local_test.go
AgeCommit message (Expand)Author
2026-02-15all: fix chmod/chown if destination is directoryShulhan
2026-02-06all: use separate buffer for stdout and stderr in TestAwwanLocalShulhan
2026-02-03all: fix data race in tests and [httpServer.ExecuteTail]Shulhan
2025-10-03all: add option "$noparse" for magic "#put" commandShulhan
2024-09-08all: fix linter warningsShulhan
2024-03-22all: replace module "share" with "pakakeh.go"Shulhan
2023-12-22all: add [context.Context] to Local and PlayShulhan
2023-12-22all: check script file is a directoryShulhan
2023-12-18all: fix panic due to out of range when running "#require" statementShulhan
2023-11-16all: refactoring, rename Request to ExecRequestShulhan
2023-10-30all: refactoring Local and Play so that error get loggedShulhan
2023-10-30all: log all execution into fileShulhan
2023-10-30all: move the awwan unit test to separate filesShulhan
2023-10-26all: use "mlog.MultiLogger" to log Request output and errorShulhan
2023-10-22all: add magic command "#local"Shulhan