Skip to content
Snippets Groups Projects
Commit a2cc4847 authored by Clark Coleman's avatar Clark Coleman
Browse files

Add diagnostic output on starstest2.sh.

parent 14f8d65c
No related branches found
No related tags found
No related merge requests found
Pipeline #22845 failed
......@@ -4,7 +4,8 @@
function validate
{
if ! grep "FROMIB COMPLETE 8 SWITCHTABLE" $1.STARSxrefs > /dev/null; then
echo "Failed to find COMPLETE 8 SWITCHTABLE xref annotation"
echo "Failed to find COMPLETE 8 SWITCHTABLE xref annotation"
echo "COMPLETE SWITCHTABLE annotations: " & grep "SWITCHTABLE"|grep "COMPLETE"
exit 3
fi
if ! grep "FROMIB COMPLETE 1 RETURNTARGET" $1.STARSxrefs > /dev/null; then
......
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