Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: lsstsw
-
Labels:None
-
Story Points:0.125
-
Epic Link:
-
Team:SQuaRE
Description
In DM-4345 deploy was patched to check for a tty but the --quiet option was used. This option is not supported on OS X. -s seems to be more portable.
Attachments
Issue Links
- is triggered by
-
DM-4345 OSX CI/jenkins build slaves
- Done
The OS X man page actually suggests using
test -t 0
and says -s is deprecated.