diff options
Diffstat (limited to 'meta/lib')
-rw-r--r-- | meta/lib/oeqa/sdk/cases/python.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/sdk/cases/python.py b/meta/lib/oeqa/sdk/cases/python.py index 8b87141403..2254867d45 100644 --- a/meta/lib/oeqa/sdk/cases/python.py +++ b/meta/lib/oeqa/sdk/cases/python.py | |||
@@ -7,7 +7,7 @@ class Python2Test(OESDKTestCase): | |||
7 | self.tc.hasHostPackage("python-core-native")): | 7 | self.tc.hasHostPackage("python-core-native")): |
8 | raise unittest.SkipTest("No python package in the SDK") | 8 | raise unittest.SkipTest("No python package in the SDK") |
9 | 9 | ||
10 | def test_python3(self): | 10 | def test_python2(self): |
11 | try: | 11 | try: |
12 | cmd = "python -c \"import codecs; print(codecs.encode('Uryyb, jbeyq', 'rot13'))\"" | 12 | cmd = "python -c \"import codecs; print(codecs.encode('Uryyb, jbeyq', 'rot13'))\"" |
13 | output = self._run(cmd) | 13 | output = self._run(cmd) |