Skip to content

Commit

Permalink
perms on tmp
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Wrock <[email protected]>
  • Loading branch information
mwrock committed Oct 28, 2024
1 parent 8932314 commit 2641807
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .expeditor/scripts/end_to_end/run_e2e_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ set -euo pipefail
channel=${1:?You must specify a channel value}
test_name=${2:-}

ls -la /tmp

source .expeditor/scripts/end_to_end/setup_environment.sh "$channel"

ls -la /tmp
Expand Down
3 changes: 3 additions & 0 deletions .expeditor/scripts/end_to_end/run_e2e_test_core.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -323,4 +323,7 @@ if(Test-Path $TestName) {
} else {
$testPath = Join-Path -Path test end-to-end "$($TestName).ps1"
}

Write-Host "checking perms of /tmp"
bash -c "ls -la /tmp"
Invoke-Pester $testPath -EnableExit

0 comments on commit 2641807

Please sign in to comment.