From 886ecef1c0b5c4b0f1bc286f29904b7e102bf0ac Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 11 Jul 2017 15:16:16 +0200 Subject: Attempt to fix .deb package After recent switch to legacy python2 .deb fails on OBS. Let's put known-to-work python3 dependency back but keep the script itself on python without version specifier as it seems to work fine with both versions. This, in turn, causes tests to fail on FreeBSD so disable them for now. Change-Id: I4a87252d411d840fca7362736a8c7877efa6ff52 Related: SYS#3322 --- tests/auc/Makefile.am | 6 ++---- tests/auc/gen_ts_55_205_test_sets/pdftxt_2_c.py | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'tests/auc') diff --git a/tests/auc/Makefile.am b/tests/auc/Makefile.am index 88532bf..9f2974f 100644 --- a/tests/auc/Makefile.am +++ b/tests/auc/Makefile.am @@ -22,11 +22,9 @@ EXTRA_DIST = \ auc_ts_55_205_test_sets.err \ $(NULL) +check_PROGRAMS = auc_ts_55_205_test_sets -noinst_PROGRAMS = \ - auc_test \ - auc_ts_55_205_test_sets \ - $(NULL) +noinst_PROGRAMS = auc_test auc_test_SOURCES = \ auc_test.c \ diff --git a/tests/auc/gen_ts_55_205_test_sets/pdftxt_2_c.py b/tests/auc/gen_ts_55_205_test_sets/pdftxt_2_c.py index 3a1c2b1..058113c 100755 --- a/tests/auc/gen_ts_55_205_test_sets/pdftxt_2_c.py +++ b/tests/auc/gen_ts_55_205_test_sets/pdftxt_2_c.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python # Convert test sets pasted from 3GPP TS 55.205 to C code. -- cgit v1.2.3