Issue1428

classification
Title: Verbose Shell Tracing In Shell Script (patch attached)
Type: rfe Severity: minor
Components: Any Versions: 2.5.1
Milestone:
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: ashcrow, fwierzbicki, pjenvey
Priority: Keywords: patch

Created on 2009-08-09.00:23:25 by ashcrow, last changed 2009-08-16.02:52:25 by pjenvey.

Files
File name Uploaded Description Edit Remove
0001-added-verbose-to-jython-bash-script.patch ashcrow, 2009-08-09.00:23:23 Git formatted patch against r6635
Messages
msg5011 (view) Author: Steve "Ashcrow" Milner (ashcrow) Date: 2009-08-09.00:23:23
Added --verbose to jython shell script to enable debugging for the shell
script. This can help if someone needs to verify what path the script is
taking (IE: why is it erroring!!! :-)).
msg5039 (view) Author: Philip Jenvey (pjenvey) Date: 2009-08-16.02:52:25
thanks for the patch but I'm not going to add it as it'd be a rarely used 
option, and when necessary you can always just bash -x /path/to/jython
History
Date User Action Args
2009-08-16 02:52:25pjenveysetstatus: open -> closed
resolution: wont fix
messages: + msg5039
nosy: + pjenvey
2009-08-09 03:08:37fwierzbickisetnosy: + fwierzbicki
2009-08-09 00:23:25ashcrowcreate