File: skip_folia_tests.patch

package info (click to toggle)
python-pynlpl 1.2.9-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,900 kB
  • sloc: python: 25,677; sh: 73; makefile: 3
file content (34 lines) | stat: -rw-r--r-- 591 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
--- a/pynlpl/tests/test.sh
+++ b/pynlpl/tests/test.sh
@@ -68,19 +68,19 @@
     GOOD=0
 fi
 
-echo "Testing folia">&2
-$PYTHON folia.py
-if [ $? -ne 0 ]; then
-    echo "Test failed!!!" >&2
-    GOOD=0
-fi
+#echo "Testing folia">&2
+#$PYTHON folia.py
+#if [ $? -ne 0 ]; then
+#    echo "Test failed!!!" >&2
+#    GOOD=0
+#fi
 
-echo "Testing FQL">&2
-$PYTHON fql.py
-if [ $? -ne 0 ]; then
-    echo "Test failed!!!" >&2
-    GOOD=0
-fi
+#echo "Testing FQL">&2
+#$PYTHON fql.py
+#if [ $? -ne 0 ]; then
+#    echo "Test failed!!!" >&2
+#    GOOD=0
+#fi
 
 echo "Testing CQL">&2
 $PYTHON cql.py