diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2019-06-27 14:59:48 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-28 13:29:04 +0100 |
commit | 13377665215630c913b819718adc823528f8da3e (patch) | |
tree | 2ec6a0d933ee6ba67d87a9cd4812705910b3389a /bitbake/lib/toaster/tests/builds | |
parent | 516179999364316cce69c4f1699b0cd2420d9a1c (diff) | |
download | poky-13377665215630c913b819718adc823528f8da3e.tar.gz |
bitbake: bitbake: toaster:tests: python -> python3
(Bitbake rev: 683c24788d96176699a585055eb62d8a71830a12)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/tests/builds')
-rw-r--r-- | bitbake/lib/toaster/tests/builds/buildtest.py | 2 | ||||
-rw-r--r-- | bitbake/lib/toaster/tests/builds/test_core_image_min.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/tests/builds/buildtest.py b/bitbake/lib/toaster/tests/builds/buildtest.py index 9f40f978d0..872bbd3775 100644 --- a/bitbake/lib/toaster/tests/builds/buildtest.py +++ b/bitbake/lib/toaster/tests/builds/buildtest.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python3 |
2 | # | 2 | # |
3 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
4 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/builds/test_core_image_min.py b/bitbake/lib/toaster/tests/builds/test_core_image_min.py index 3d3aa2a8a2..44b6cbec7b 100644 --- a/bitbake/lib/toaster/tests/builds/test_core_image_min.py +++ b/bitbake/lib/toaster/tests/builds/test_core_image_min.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python3 |
2 | # | 2 | # |
3 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
4 | # | 4 | # |