Closed Bug 357003 Opened 18 years ago Closed 16 years ago

tools.sh doesn't print FAIL information on output

Categories

(NSS :: Test, defect, P2)

3.11.1
x86
All
defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: slavomir.katuscak+mozilla, Assigned: slavomir.katuscak+mozilla)

References

Details

There should be PASSED/FAIL string on output, to be able to parse failure.

Example of output: 

tools.sh: Exporting Alice's email cert & key------------------
pk12util -o Alice.p12 -n "Alice" -d ../alicedir -k ../tests.pw.3916 \
         -w ../tests.pw.3916
No password file "../tests.pw.3916" exists.
pk12util: Failed to authenticate to PKCS11 slot: The security password entered is incorrect.
pk12util: Failed to authenticate to "NSS User Private Key and Certificate Services                  ": The user pressed cancel.
tools.sh: Importing Alice's email cert & key -----------------
pk12util -i Alice.p12 -d ../tools/copydir -k ../tests.pw.3916 -w ../tests.pw.3916
No password file "../tests.pw.3916" exists.
pk12util: File Open failed: Alice.p12: File not found.
tools.sh: Listing Alice's pk12 file -----------------
pk12util -l Alice.p12 -w ../tests.pw.3916
pk12util: File Open failed: Alice.p12: File not found.
pk12util: PKCS12 decode not verified: File not found.

There is no FAIL message.
Assignee: nobody → slavomir.katuscak
Priority: -- → P2
Target Milestone: --- → 3.12
Version: unspecified → 3.11.1
This bug should be fixed as result of patch for bug 332327.
Depends on: 332327
Fixed within bug 332327.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.