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 68185eb commit 948a119
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .expeditor/scripts/end_to_end/run_e2e_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ 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"
if [ -n "$test_name" ]; then
sudo -E hab pkg exec core/powershell pwsh .expeditor/scripts/end_to_end/run_e2e_test_core.ps1 "$test_name"
else
bash
fi

ls -la /tmp

0 comments on commit 948a119

Please sign in to comment.