Merge lp:~robru/friends/debugging into lp:friends

Proposed by Robert Bruce Park
Status: Merged
Merged at revision: 9
Proposed branch: lp:~robru/friends/debugging
Merge into: lp:friends
Diff against target: 8 lines (+1/-1)
1 file modified
friends-service.sh (+1/-1)
To merge this branch: bzr merge lp:~robru/friends/debugging
Reviewer Review Type Date Requested Status
Ken VanDine Approve
Review via email: mp+130406@code.launchpad.net

Description of the change

This branch enables debugging output to STDOUT for the friends-service.sh "run from source dir" script.

I figure, if you're running friends-service from the source dir, you're probably a developer, and you're probably testing some feature, so this should be generally useful for everybody. It doesn't have any impact on the installed friends-service executable.

To post a comment you must log in.
Revision history for this message
Ken VanDine (ken-vandine) wrote :

Looks good, great idea!

review: Approve
Revision history for this message
Barry Warsaw (barry) wrote :

On Oct 18, 2012, at 05:52 PM, Robert Bruce Park wrote:

>I figure, if you're running friends-service from the source dir, you're
>probably a developer, and you're probably testing some feature, so this
>should be generally useful for everybody. It doesn't have any impact on the
>installed friends-service executable.

Great idea! I'd mildly prefer long options, but it's not that big of a deal.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'friends-service.sh'
2--- friends-service.sh 2012-10-15 18:56:26 +0000
3+++ friends-service.sh 2012-10-18 17:51:26 +0000
4@@ -1,3 +1,3 @@
5 #! /bin/sh
6
7-PYTHONPATH=. python3 -m friends.main
8+PYTHONPATH=. python3 -m friends.main -do

Subscribers

People subscribed via source and target branches