- Timestamp:
- 03/06/09 14:14:21 (3 years ago)
- Files:
-
- 1 modified
-
trunk/mgunit/src/mgutclirunner__define.pro (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/mgunit/src/mgutclirunner__define.pro
r31 r35 243 243 self.indent = 3L 244 244 self.space = (byte(' '))[0] 245 self.isTty = n_elements(color) gt 0L ? keyword_set(color) : self->_findIfTty() 245 self.isTty = n_elements(color) gt 0L $ 246 ? keyword_set(color) $ 247 : (self.logLun lt 0L && self->_findIfTty()) 246 248 247 249 !quiet = 1
