summaryrefslogblamecommitdiff
path: root/share/spack/qa/windows_test_setup.ps1
blob: 3a06417543227ae3ece678eee29d74958a638d24 (plain) (tree)
1
2
3
4
5
                                           
                                                                                                                     


                                                                                                     
$ErrorActionPreference = "SilentlyContinue"
Write-Output F|xcopy .\share\spack\qa\configuration\windows_config.yaml "$env:USERPROFILE\.spack\windows\config.yaml"
# The line below prevents the _spack_root symlink from causing issues with cyclic symlinks on Windows
(Get-Item '.\lib\spack\docs\_spack_root').Delete()
./share/spack/setup-env.ps1