summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2017-07-11 19:40:06 -0700
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-22 22:52:42 +0200
commit97278ebddda2e757d71b092b063f04e9f748223c (patch)
tree3428c15985a0309f8773a5ae507fcc0e7c23304e /.gitlab-ci.yml
parentb41fc898b45b1afa1362ef7f80eb065bccb42e35 (diff)
downloadbuildroot-97278ebddda2e757d71b092b063f04e9f748223c.tar.gz
buildroot-97278ebddda2e757d71b092b063f04e9f748223c.zip
testing/tests/package/test_python: add TestPython3
Add Python3 version of TestPython2 to make sure both versions of Python get unit-tested. Modify the code of libc_time_test() to support that change (convert the code to use Python3-style "print"). Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> [Thomas: update .gitlab-ci.yml.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fe55763d33..9a1f0273a1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -227,6 +227,7 @@ tests.fs.test_ubi.TestUbi: *runtime_test
tests.fs.test_yaffs2.TestYaffs2: *runtime_test
tests.package.test_dropbear.TestDropbear: *runtime_test
tests.package.test_python.TestPython2: *runtime_test
+tests.package.test_python.TestPython3: *runtime_test
tests.toolchain.test_external.TestExternalToolchainBuildrootMusl: *runtime_test
tests.toolchain.test_external.TestExternalToolchainBuildrootuClibc: *runtime_test
tests.toolchain.test_external.TestExternalToolchainCtngMusl: *runtime_test
OpenPOWER on IntegriCloud