Skip to content
  • Brad King's avatar
    CTest: Simplify environment save/restore · b10c5cbb
    Brad King authored
    Replace use of AppendEnv/RestoreEnv pairs with instances of
    SaveRestoreEnvironment.  Simplify the signature of AppendEnv and use it
    in place of similar loops elsewhere.  Move the RestoreEnv implementation
    inside the SaveRestoreEnvironment destructor which is the only place
    left that calls it.
    b10c5cbb