Skip to content

Commit

Permalink
Remove backticks when running test
Browse files Browse the repository at this point in the history
Grep results to show only test totals


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5240 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Apr 9, 2006
1 parent c4bfab0 commit 052cc9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/core/runtests.sh
Expand Up @@ -3,5 +3,5 @@ LIST=`ls -lah |grep rwxr-xr-x |grep -v ^d |grep -v pl$ |grep -v ~$ |grep -v .sh$
for FILE in $LIST;
do
echo "Running $FILE"
`./${FILE}`
./${FILE} | tail -2 |head -1
done

0 comments on commit 052cc9a

Please sign in to comment.