Package: adacontrol / 1.20r7-3

fix_tfw_gpr.diff Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Description: Disable broken test of GPR project file.
 Upstream archive is missing the source directory.
Forwarded: private mail on 21/1/2019
Author: Nicolas Boulenguez <nicolas@debian.org>

--- a/test/run.sh
+++ b/test/run.sh
@@ -134,10 +134,10 @@
 
     # Check GPR project file. Use the raw executable, since we want to check that
     # options are taken from the project file
-    test_case=tfw_gpr
-    nb_fw=$((nb_fw+1))
-    ${EXECUTABLE} -p ${test_case}.gpr \
-	| tr -d \\r >res/${test_case}.txt
+    # test_case=tfw_gpr
+    # nb_fw=$((nb_fw+1))
+    # ${EXECUTABLE} -p ${test_case}.gpr \
+    #     | tr -d \\r >res/${test_case}.txt
 
     test_case=tfw_help
     nb_fw=$((nb_fw+1))