Skip to content

Commit

Permalink
added integration test or verify-package cli command
Browse files Browse the repository at this point in the history
  • Loading branch information
shannah committed Oct 4, 2024
1 parent 48f4c5f commit a46e8d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/projects/TextEditorSignPackage/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,10 @@ if [ ! -s "jdeploy-bundle/jdeploy.cer" ]; then
exit 1
fi

java -jar "$JDEPLOY" verify-package \
-k "jdeploy/bundles/mac-arm64/Text Editor.app/Contents/app.xml" \
-v 0.0.0-JDEPLOY-SNAPSHOT \
jdeploy-bundle


echo "TextEditor project test passed"

0 comments on commit a46e8d1

Please sign in to comment.