Skip to content

Commit

Permalink
sudo not needed
Browse files Browse the repository at this point in the history
Signed-off-by: nikhil2611 <[email protected]>
  • Loading branch information
nikhil2611 committed Oct 14, 2024
1 parent e951394 commit b3d0ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .expeditor/buildkite/artifact.habitat.test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ export PATH
echo "PATH is $PATH"

echo "--- :mag_right: Testing $PLAN"
sudo ${project_root}/habitat/tests/test.sh "$pkg_ident" || error 'failures during test of executables'
${project_root}/habitat/tests/test.sh "$pkg_ident" || error 'failures during test of executables'

0 comments on commit b3d0ea0

Please sign in to comment.