summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-04-07 18:33:55 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-04-07 18:34:56 -0500
commita11b7a37fea2dfb355a3936a2bd7a8aad6992b03 (patch)
treee7719c10a3d968126fdc3633b70f73cb90cc1106
parentsim-scripts/gdb-sim.in: Add _Terminate() support (diff)
downloadrtems-testing-a11b7a37fea2dfb355a3936a2bd7a8aad6992b03.tar.bz2
check_endof: Improve END OF line check to match rtems-tester
-rwxr-xr-xsim-scripts/check_endof2
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