From a46e8d1914a705b5496cb9b1d4557d0b28ae978d Mon Sep 17 00:00:00 2001 From: Steve Hannah Date: Sun, 25 Aug 2024 11:57:31 -0700 Subject: [PATCH] added integration test or verify-package cli command --- tests/projects/TextEditorSignPackage/test.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/projects/TextEditorSignPackage/test.sh b/tests/projects/TextEditorSignPackage/test.sh index a96ab5fe..4a7eb6ef 100644 --- a/tests/projects/TextEditorSignPackage/test.sh +++ b/tests/projects/TextEditorSignPackage/test.sh @@ -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"