diff options
Diffstat (limited to 'meta/lib/oeqa/runtime/python.py')
| -rw-r--r-- | meta/lib/oeqa/runtime/python.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/runtime/python.py b/meta/lib/oeqa/runtime/python.py index 29a231c7c3..93e822c71c 100644 --- a/meta/lib/oeqa/runtime/python.py +++ b/meta/lib/oeqa/runtime/python.py | |||
| @@ -12,7 +12,7 @@ class PythonTest(oeRuntimeTest): | |||
| 12 | 12 | ||
| 13 | @classmethod | 13 | @classmethod |
| 14 | def setUpClass(self): | 14 | def setUpClass(self): |
| 15 | oeRuntimeTest.tc.target.copy_to(os.path.join(oeRuntimeTest.tc.filesdir, "test.py"), "/tmp/test.py") | 15 | oeRuntimeTest.tc.target.copy_to(os.path.join(oeRuntimeTest.tc.corefilesdir, "test.py"), "/tmp/test.py") |
| 16 | 16 | ||
| 17 | @testcase(1145) | 17 | @testcase(1145) |
| 18 | def test_python_exists(self): | 18 | def test_python_exists(self): |
