Skip to content

Commit

Permalink
Travis does not have filterdiff, not ready to add context test case y…
Browse files Browse the repository at this point in the history
…et (#15)
  • Loading branch information
ymattw committed Mar 21, 2013
1 parent e7854dd commit 183fa49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions tests/regression.sh
Expand Up @@ -52,6 +52,7 @@ function main()

for d in tests/*/; do
d=${d%/}
[[ -f $d/in.diff ]] || continue
cmp_output $d/in.diff $d/out.normal "-c always" || ((e++))
cmp_output $d/in.diff $d/out.side-by-side "-c always -s" || ((e++))
cmp_output $d/in.diff $d/out.w70 "-c always -s -w70" || ((e++))
Expand Down

0 comments on commit 183fa49

Please sign in to comment.