summaryrefslogtreecommitdiff
path: root/lib/spack/spack/test/util/environment.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-11-30tests: fix issue with os.environ binding (#41342)Harmen Stoppels1-1/+2
2023-09-01Windows: fix pwsh env activate/deactivate; load/unload (#39118)John W. Parent1-2/+2
2023-06-27Windows: Add PowerShell env support (#37951)John W. Parent1-8/+14
2023-05-25Windows: fix "spack build-env" (#37923)John W. Parent1-1/+4
2023-04-14Change environment modifications to escape with double quotes (#36789)Doug Jacobsen1-0/+18
2023-03-05windows: use `sys.platform == "win32"` instead of `is_windows` (#35640)Todd Gamblin1-5/+3
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-07-31black: reformat entire repository with blackTodd Gamblin1-81/+81
2022-03-17Windows Support: Testing Suite integrationJohn Parent1-12/+22
2022-03-17Update tests support for WindowsBetsy McPhail1-3/+8
2022-01-17is_system_path: return False if path is None (#28403)Tamara Dahlgren1-0/+2
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin1-1/+3
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-10-22env activation: use package defined env setup methods (#13249)Greg Becker1-0/+31
2019-05-07Environment path sanitization and sourcing (#8476)Chris Green1-0/+105