http://bugs.meego.com/show_bug.cgi?id=2193
Summary: syncevolution command returns 0 although logdir is
unreachable
Classification: MeeGo Projects
Product: SyncEvolution
Version: unspecified
Platform: Netbook
OS/Version: IA
Status: NEW
Severity: trivial
Priority: Medium
Component: SyncEvolution
AssignedTo: syncevolution-bugs(a)meego.bugs
ReportedBy: jingke.zhang(a)intel.com
QAContact: jingke.zhang(a)intel.com
CC: syncevolution-bugs(a)meego.bugs,
syncevolution-default-bugs(a)meego.bugs
Estimated Hours: 0.0
syncevolution: 0.9.99.21.1
Description:
==============
This is a minor regression in old package. Config '/root' as the logdir of
"default" context, syncevolution will fail due to "[ERROR] /root:
Permission
denied".
That is expected, but it is wrong that "echo $?" output 0.
Steps:
==============
1. Config logdir=/root in ~/.config/syncevolution/default/config.ini
2. Do syncevolution by command line.
3. Command failed and output the correct error information.
4. echo $?, we get 0
Expectation:
==============
Since the syncevolution command fails, $? should be 1
--
Configure bugmail:
http://bugs.meego.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.