Sfoglia il codice sorgente

Travis does not have filterdiff, not ready to add context test case yet (#15)

Matthew Wang 11 anni fa
parent
commit
183fa49118
2 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 0
    0
      tests/context/in.diff.orig
  2. 1
    0
      tests/regression.sh

tests/context/in.diff → tests/context/in.diff.orig Vedi File


+ 1
- 0
tests/regression.sh Vedi File

@@ -52,6 +52,7 @@ function main()
52 52
 
53 53
     for d in tests/*/; do
54 54
         d=${d%/}
55
+        [[ -f $d/in.diff ]] || continue
55 56
         cmp_output $d/in.diff $d/out.normal "-c always" || ((e++))
56 57
         cmp_output $d/in.diff $d/out.side-by-side "-c always -s" || ((e++))
57 58
         cmp_output $d/in.diff $d/out.w70 "-c always -s -w70" || ((e++))