aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2019-12-10 14:37:25 +0100
committerOliver Smith <osmith@sysmocom.de>2019-12-10 14:37:25 +0100
commit276c5a7719c32ef2b271b820ef97cfe053242a25 (patch)
tree291b1ea614eafe91f56a368a8124fec6cef2fbee /tests
parent80dc9ae4be63774dbfb95a54cc2672b89cf21259 (diff)
tests/auc: change back to python3osmith/fix-python3
Change the interpreter of the python script back to python3, as it was when the script was initially added in Idff9d757ab956179aa41ada2a223fd9f439aafbd. In the meantime, it had been changed to python2 to make it work with build slaves that were missing python3, but this is not necessary anymore. This should be merged shortly after osmo-python-tests was migrated to python3, and the jenkins build slaves were (automatically) updated to have the new osmo-python-tests installed. Related: OS#2819 Depends: osmo-python-tests I3ffc3519bf6c22536a49dad7a966188ddad351a7 Change-Id: Ifbb8f8f5428657a1c2d4d6d1217f8e374be43aba
Diffstat (limited to 'tests')
-rwxr-xr-xtests/auc/gen_ts_55_205_test_sets/pdftxt_2_c.py3
1 files changed, 1 insertions, 2 deletions
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 b01a797..9df65b5 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,5 +1,4 @@
-#!/usr/bin/env python
-# FIXME: use python3 once buildslaves are updated.
+#!/usr/bin/env python3
# Convert test sets pasted from 3GPP TS 55.205 to C code.
# (C) 2016 by sysmocom s.f.m.c. GmbH <info@sysmocom.de>