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

Add diagnostic output on starstest2.sh.

parent 5e55508d
No related tags found
No related merge requests found
Pipeline #22858 passed
......@@ -6,7 +6,7 @@ function validate
if ! grep "FROMIB COMPLETE 8 SWITCHTABLE" $1.STARSxrefs > /dev/null; then
echo "Failed to find COMPLETE 8 SWITCHTABLE xref annotation"
echo "COMPLETE SWITCHTABLE annotations: "
grep "SWITCHTABLE" $1.STARSxrefs
grep "SWITCHTABLE" $1.STARSxrefs 2>&1 | tee cat
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