From: Marcel Holtmann <marcel@holtmann.org>
To: ofono@ofono.org
Subject: Re: [PATCH 2/2] test: Tweak hangup script to clear waiting active and held calls
Date: Mon, 30 Jul 2012 09:50:05 -0700 [thread overview]
Message-ID: <1343667005.1803.56.camel@aeonflux> (raw)
In-Reply-To: <1343663109-5542-2-git-send-email-guillaume.zajac@linux.intel.com>
[-- Attachment #1: Type: text/plain, Size: 984 bytes --]
Hi Guillaume,
> test/hangup | 12 +++++++++++-
> 1 files changed, 11 insertions(+), 1 deletions(-)
this is a case where you should have done a summary email to describe
why are you doing things.
>
> diff --git a/test/hangup b/test/hangup
> index 6444b23..60858a8 100755
> --- a/test/hangup
> +++ b/test/hangup
> @@ -3,6 +3,16 @@
> import sys
> import dbus
>
> +if (len(sys.argv) < 2):
> + print "Usage: %s <call state>" % (sys.argv[0])
> + sys.exit(1)
> +
> +cstate = sys.argv[1]
> +
> +if cstate != "active" and cstate != "waiting" and cstate != "held":
> + print "Valid <call state> is active / waiting / held"
> + sys.exit(1)
> +
If you wanna do things like this, then at least the call without
parameter should list the current calls and in what state they are.
Otherwise this is making things worse.
And don't bother renaming the script first. Just introduce a new script
and delete the duplicate later on.
Regards
Marcel
next prev parent reply other threads:[~2012-07-30 16:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-30 15:45 [PATCH 1/2] test: Rename script hangup-active to hangup Guillaume Zajac
2012-07-30 15:45 ` [PATCH 2/2] test: Tweak hangup script to clear waiting active and held calls Guillaume Zajac
2012-07-30 16:50 ` Marcel Holtmann [this message]
2012-07-30 16:46 ` [PATCH 1/2] test: Rename script hangup-active to hangup Marcel Holtmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1343667005.1803.56.camel@aeonflux \
--to=marcel@holtmann.org \
--cc=ofono@ofono.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox