From dbf87709251df4b2335624af8032d6c542f232b6 Mon Sep 17 00:00:00 2001 From: Thomas Bonfort Date: Thu, 13 Sep 2012 03:02:44 +0200 Subject: [PATCH] update msautotest submodule for passing gdal tests --- msautotest | 2 +- runtests.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/msautotest b/msautotest index 6b9a88922c..58c4cc7c8e 160000 --- a/msautotest +++ b/msautotest @@ -1 +1 @@ -Subproject commit 6b9a88922c258bf37d8648140097be87e53d190e +Subproject commit 58c4cc7c8ef490a7949effcff8b6eb871edc56da diff --git a/runtests.sh b/runtests.sh index d868ec4484..3ffa40e676 100755 --- a/runtests.sh +++ b/runtests.sh @@ -3,7 +3,7 @@ ret=0 tests=( misc gdal renderers wxs ) -tests=( renderers ) +tests=( renderers gdal ) for testcase in "${tests[@]}" ; do cd msautotest/$testcase