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@5259 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Apr 11, 2006
1 parent f4c171d commit c3b8ff3
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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 c3b8ff3

Please sign in to comment.