We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c320a commit 6dc0750Copy full SHA for 6dc0750
tools/check_installation.sh
@@ -36,8 +36,6 @@ if [[ "$SP_MACHINE" == "macOS" ]]; then
36
ls -al $(dirname $APP_DIR)
37
ls -al $(APP_DIR)
38
echo "Checking that there are 5 directories"
39
- # TODO @matthew-brett can you debug locally on mac? next line fails with:
40
- # ls: /Applications/Scientific-Python/0.1.0_0/*.app: No such file or directory
41
test `ls -d ${APP_DIR}/*.app | wc -l` -eq 5 || exit 1
42
echo "Checking that the custom icon was set on the SP folder in ${APP_DIR}"
43
test -f ${APP_DIR}/Icon$'\r' || exit 1
0 commit comments