Skip to content
Snippets Groups Projects
Commit 2da48f2b authored by bdr7fv's avatar bdr7fv
Browse files

if spasm fails p1form_v2.sh should report a failure now, and exit with status 3.


Former-commit-id: 0bfd6a220ad7694699454e698a00f995fd583dce
parent 599da2e2
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,11 @@ P1_DIR=p1.xform/$fname
#generate the bspri code
$SECURITY_TRANSFORMS_HOME/tools/spasm/spasm $aspri $bspri $TOP_LEVEL/stratafier.o.exe $TOP_LEVEL/libstrata.so.symbols
if [ $? -ne 0 ]; then
echo "Spasm failure in performing validation"
exit 3
fi
$PEASOUP_HOME/tools/fast_spri.sh $bspri $TOP_LEVEL/a.irdb.fbspri
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment