Skip to content

v1.6.0 - testscript improvements

Choose a tag to compare

@rogpeppe rogpeppe released this 06 May 12:18
· 116 commits to master since this release
be09da5

New features in this release:

  • add ${/} as a companion to ${:} (#90; thanks to @mvdan)
  • add Env.Setenv and Env.Getenv (#96; thanks to @twpayne)
  • support stdout/stderr args in stdin (#94; thanks to @mvdan)
  • expose current subtest in Env (#95; thanks to @frankban)

Also apply fix to lockedfile to fix #91 (thanks to @myitcv)