test: commands now accept stdout/stderr fields.

This commit is contained in:
2026-06-15 17:00:45 -04:00
parent ec96dff055
commit 4600c81401
18 changed files with 157 additions and 160 deletions

View File

@@ -51,7 +51,6 @@ delete_envfile :: proc(f: ^EnvFile) {
delete(f.contents)
}
// TODO: Leak?
make_temp_path :: proc() -> string {
ts := time.time_to_unix(time.now())
b: strings.Builder