Skip to content

Commit 971e2d3

Browse files
author
timlinux
committed
Remove backticks when running test
Grep results to show only test totals git-svn-id: http://svn.osgeo.org/qgis/trunk@5240 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 094b93c commit 971e2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/core/runtests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ LIST=`ls -lah |grep rwxr-xr-x |grep -v ^d |grep -v pl$ |grep -v ~$ |grep -v .sh$
33
for FILE in $LIST;
44
do
55
echo "Running $FILE"
6-
`./${FILE}`
6+
./${FILE} | tail -2 |head -1
77
done

0 commit comments

Comments
 (0)