Skip to content

Commit

Permalink
Add raster to make file
Browse files Browse the repository at this point in the history
Make dir detection more wonder_sk friendly


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5259 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Apr 11, 2006
1 parent 18d800f commit 6b5c60f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/src/Makefile.am
Expand Up @@ -9,5 +9,6 @@
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

SUBDIRS = core \
gui
gui \
raster

2 changes: 1 addition & 1 deletion tests/src/runtests.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#set -x
DIRS=`ls -lah | grep ^d|grep -v '\.$' |grep -v '\.\.$' |grep -v '.svn' |awk '{print $8}' | awk '$1=$1' RS=`
DIRS=`ls -1F |grep / |sed 's/\///g'`

TOTALDIRS=0
TOTALEXES=0
Expand Down

0 comments on commit 6b5c60f

Please sign in to comment.