diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2018-09-11 13:56:21 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2018-09-11 13:56:21 -0400 |
commit | c6865bcd366379028029a24281812cf320de8aff (patch) | |
tree | b155306aa4a8097b1658ff4d136031e40e8e6bfc /indra/newview | |
parent | e0467f506136dd1fa044da130c7ffd3e817acc07 (diff) |
DRTVWR-474, MAINT-9047: Make failing spctl command more verbose.
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/viewer_manifest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 4e6c112cda..de296bec75 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -1296,7 +1296,7 @@ class DarwinManifest(ViewerManifest): else: print >> sys.stderr, "Maximum codesign attempts exceeded; giving up" raise - self.run_command(['spctl', '-a', '-texec', '-vv', app_in_dmg]) + self.run_command(['spctl', '-a', '-texec', '-vvvv', app_in_dmg]) imagename="SecondLife_" + '_'.join(self.args['version']) |