Skip to content

Commit

Permalink
Updated data submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
krzys-h committed Nov 11, 2014
1 parent a50da4f commit 97c9069
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/check-levels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 97c9069

Please sign in to comment.