Skip to content

Commit

Permalink
update submodule, show diff on txt files
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonfort committed Sep 19, 2012
1 parent d4f4b0d commit f6ff9e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtests.sh
Expand Up @@ -38,8 +38,8 @@ for testcase in "${tests[@]}"; do
echo "failing tests:"
for failedtest in $failedtests; do
echo $failedtest
#for gml and xml files, print a diff
if echo "$failedtest" | egrep -q "(xml|gml)$"; then
#for txt, gml and xml files, print a diff
if echo "$failedtest" | egrep -q "(txt|xml|gml)$"; then
diff -u "../expected/$failedtest" "$failedtest"
fi
done
Expand Down

0 comments on commit f6ff9e6

Please sign in to comment.