[rtems-testing commit] check_endof: Improve END OF line check to match rtems-tester

Joel Sherrill joel at rtems.org
Mon Apr 7 23:27:53 UTC 2014


Module:    rtems-testing
Branch:    master
Commit:    a11b7a37fea2dfb355a3936a2bd7a8aad6992b03
Changeset: http://git.rtems.org/rtems-testing/commit/?id=a11b7a37fea2dfb355a3936a2bd7a8aad6992b03

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Mon Apr  7 18:33:55 2014 -0500

check_endof: Improve END OF line check to match rtems-tester

---

 sim-scripts/check_endof |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sim-scripts/check_endof b/sim-scripts/check_endof
index bdb059c..e027b74 100755
--- a/sim-scripts/check_endof
+++ b/sim-scripts/check_endof
@@ -19,7 +19,7 @@ do
       *ppd*) ;;
       *minimum*) ;;
       *)
-        grep "END OF" $f >/dev/null
+        grep "^\*\*\* END OF" $f >/dev/null
         if [ $? -ne 0 ] ; then
           echo "WARNING - $f did not appear to complete execution"
           someFails=yes




More information about the vc mailing list