diff --git a/.expeditor/scripts/end_to_end/run_e2e_test.sh b/.expeditor/scripts/end_to_end/run_e2e_test.sh index a537876e18..7e6c906639 100755 --- a/.expeditor/scripts/end_to_end/run_e2e_test.sh +++ b/.expeditor/scripts/end_to_end/run_e2e_test.sh @@ -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 diff --git a/.expeditor/scripts/end_to_end/run_e2e_test_core.ps1 b/.expeditor/scripts/end_to_end/run_e2e_test_core.ps1 index 009d868aa7..70a03cb622 100644 --- a/.expeditor/scripts/end_to_end/run_e2e_test_core.ps1 +++ b/.expeditor/scripts/end_to_end/run_e2e_test_core.ps1 @@ -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