Skip to content

Commit

Permalink
test complete
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Glonek committed Sep 30, 2022
1 parent a281c74 commit a40d851
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions bin/notarize/sign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,15 @@ rm -f ${BIN}
rm -f ${FILE}
rm -f notarize_result
rm -f notarization_progress
echo "cleanup done"
ls
echo "========="

cp ../aerolab-macos ${BIN}
./aerolab version

echo "Press ENTER to sign"
read

# codesign and test
echo "Codesigning and verifying"
Expand Down
2 changes: 1 addition & 1 deletion src/build-and-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ function clientchecks() {
handle cleanup
}

#clusterchecks
clusterchecks
clientchecks
rm -f ${AEROLAB_CONFIG_FILE}
rm -f strong.conf
Expand Down

0 comments on commit a40d851

Please sign in to comment.