1
0
Fork 0
arangodb/Installation/Pipeline/include/test_setup_tmp.ps1

10 lines
214 B
PowerShell

New-Item -ItemType Directory -Force -Path log-output
New-Item -ItemType Directory -Force -Path tmp
$tmp=(Get-Location).path
$env:TEMP="$tmp\tmp"
$env:TMP="$tmp\tmp"
$env:TMPDIR="$tmp\tmp"
$env:TEMPDIR="$tmp\tmp"