summaryrefslogtreecommitdiff
path: root/subplotlib/src/steplibrary/runcmd.rs
AgeCommit message (Expand)AuthorFilesLines
2023-02-11chore: use variables in Rust format stringsLars Wirzenius1-13/+13
2022-10-22(steplibrary): Update files and runcmd to use new path typeDaniel Silverstone1-5/+7
2022-04-01(subplotlib): Ensure that all ContextElement objects implement DebugDaniel Silverstone1-0/+13
2022-03-19(subplotlib): Make runcmd report about executed processesDaniel Silverstone1-4/+24
2022-03-06(subplotlib): Fix places where we weren't processing ResultsDaniel Silverstone1-2/+2
2022-02-26(subplotlib): Add a test for PATH prepending in RuncmdDaniel Silverstone1-23/+75
2022-02-26(subplotlib): Improve step library documentationDaniel Silverstone1-0/+146
2021-12-27runcmd: Add stdout/stderr accessorsDaniel Silverstone1-0/+15
2021-11-16subplotlib: Ensure that PATH changes are indeed prepended not appended.Daniel Silverstone1-2/+8
2021-10-13subplotlib: Do not override environment entirelyDaniel Silverstone1-3/+7
2021-05-19subplotlib: Add running in a subdir to runcmdDaniel Silverstone1-1/+22
2021-02-07subplotlib: Remove unused import from runcmdDaniel Silverstone1-1/+0
2021-01-31subplotlib: Add external environment override for runcmdDaniel Silverstone1-1/+17
2021-01-31subplotlib: Update runcmd for better PATH managementDaniel Silverstone1-11/+32
2021-01-17fix: comparison with a slice of outputLars Wirzenius1-1/+1
2021-01-16chore: Cleanups from !118Daniel Silverstone1-1/+1
2020-12-30subplotlib: Add runcmd step libraryDaniel Silverstone1-0/+259