Closed
Bug 63259
Opened 24 years ago
Closed 24 years ago
ssl.sh - testclient returncodes from cron different
Categories
(NSS :: Tools, defect)
NSS
Tools
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: sonja.mirtitsch, Assigned: sonja.mirtitsch)
Details
the returncodes need to be more specific than just pass or fail, in order to
correctly evaluate the expected failures we need to get the correct return code
- problems with NT, cron and rsh.
right now we work with
tstclnt ... || TESTCLIENT_FAILED=TRUE
ret=$? #incorrect - always 0 with cron, rsh wrong value on NT
Assignee | ||
Comment 1•24 years ago
|
||
we got problems with the current solution as well - pass fail does not work either
Summary: ssl.sh - testclient returncodes just pass-fail → ssl.sh - testclient returncodes from cron different
Assignee | ||
Comment 2•24 years ago
|
||
see bug 63447
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•