We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 064492f commit bee99c9Copy full SHA for bee99c9
1 file changed
pkcs7/scripts/runall.sh
@@ -32,9 +32,10 @@ fileArray=(
32
33
# CMS EnvelopedData example apps
34
"envelopedData-kari"
35
- "envelopedDataDecode"
36
"envelopedData-kekri"
37
"envelopedData-ktri"
+ # must follow envelopedData-ktri, which produces the .der it decodes
38
+ "envelopedDataDecode"
39
"envelopedData-ori"
40
"envelopedData-pwri"
41
@@ -46,7 +47,7 @@ fileArray=(
46
47
"signedData-EncryptedFirmwareCB"
48
"signedData-FirmwarePkgData"
49
"signedData-DetachedSignature"
- "signedData-cryptodev"
50
+ "signedData-cryptocb"
51
)
52
53
echo "Running example applications..."
@@ -62,7 +63,7 @@ do
62
63
if [ $? -ne 0 ]
64
then
65
echo "Test FAILED"
- exit
66
+ exit 1
67
fi
68
69
done
0 commit comments