This is an automated email from the git hooks/post-receive script.

odyx pushed a commit to branch upstream/latest
in repository colobot.

commit 97c9069e32ea78fc99b32f6dc9828a4f918c531b
Author: krzys-h <krzy...@interia.pl>
Date:   Tue Nov 11 16:18:01 2014 +0100

    Updated data submodule
---
 data                  | 2 +-
 tools/check-levels.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/data b/data
index 44c56d2..1aa4009 160000
--- a/data
+++ b/data
@@ -1 +1 @@
-Subproject commit 44c56d29eeceb62d51ac5543cd47bec9746756f1
+Subproject commit 1aa40099ac6898775f990884908bb840ae2f94d6
diff --git a/tools/check-levels.sh b/tools/check-levels.sh
index f27d39b..c277867 100755
--- a/tools/check-levels.sh
+++ b/tools/check-levels.sh
@@ -13,7 +13,7 @@ for category in $categories; do
                        if [ ! -d 
/usr/local/share/games/colobot/levels/$category/chapter00$chapter/$level ]; 
then continue; fi
                        level=`echo -n $level | cut -d . -f 1 | tail -c 3`
                        echo $category$chapter$level
-                       colobot -runscene $category$chapter$level -scenetest 
-loglevel warn -headless
+                       colobot -runscene $category$chapter$level -scenetest 
-loglevel warn -headless  2>&1 | grep -v --line-buffered "Colobot starting" | 
grep -v --line-buffered "Log level changed" | grep -v --line-buffered "Running 
scene"
                done
        done
 done

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/colobot.git

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to