~ubuntu-branches/ubuntu/wily/qgis/wily

« back to all changes in this revision

Viewing changes to tests/src/runtests.sh

  • Committer: Bazaar Package Importer
  • Author(s): Johan Van de Wauw
  • Date: 2010-07-11 20:23:24 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100711202324-5ktghxa7hracohmr
Tags: 1.4.0+12730-3ubuntu1
* Merge from Debian unstable (LP: #540941).
* Fix compilation issues with QT 4.7
* Add build-depends on libqt4-webkit-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#***************************************************************************
 
2
#    runtests.sh
 
3
#    --------------------------------------
 
4
#   Date                 : Sun Sep 16 12:21:00 AKDT 2007
 
5
#   Copyright            : (C) 2007 by Gary E. Sherman
 
6
#   Email                : sherman at mrcc dot com
 
7
#***************************************************************************
 
8
#*                                                                         *
 
9
#*   This program is free software; you can redistribute it and/or modify  *
 
10
#*   it under the terms of the GNU General Public License as published by  *
 
11
#*   the Free Software Foundation; either version 2 of the License, or     *
 
12
#*   (at your option) any later version.                                   *
 
13
#*                                                                         *
 
14
#***************************************************************************/
1
15
#!/bin/bash
2
16
#set -x
3
17
DIRS=`ls -1F | grep '/$'`