Home | History | Annotate | Download | only in racoon

Lines Matching full:banner

790 	      banner="All $$all tests passed"; \
792 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
796 banner="$$failed of $$all tests failed"; \
798 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
801 dashes="$$banner"; \
805 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
811 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
816 echo "$$banner"; \