Skip to content

Commit

Permalink
Testing the linux habitat verify test
Browse files Browse the repository at this point in the history
Signed-off-by: Ashique Saidalavi <[email protected]>
  • Loading branch information
ashiqueps committed Dec 9, 2024
1 parent a6111f0 commit d82159d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -69,4 +69,4 @@ echo "PATH is $PATH"

echo "--- :mag_right: Testing $PLAN"
chmod +x "${project_root}/habitat/tests/test.sh"
${project_root}/habitat/tests/test.sh "$pkg_ident" || error 'failures during test of executables'
"${project_root}/habitat/tests/test.sh" "$pkg_ident"
1 change: 1 addition & 0 deletions habitat/tests/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ error () {

exit 1
}
echo "--- :mag_right: Starting the testing"

[[ -n "$pkg_ident" ]] || error 'no hab package identity provided'

Expand Down

0 comments on commit d82159d

Please sign in to comment.