summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace/0001-replace-python-with-python3-in-the-test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace/0001-replace-python-with-python3-in-the-test.patch')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace/0001-replace-python-with-python3-in-the-test.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace/0001-replace-python-with-python3-in-the-test.patch b/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace/0001-replace-python-with-python3-in-the-test.patch
index 6a82a1f..4438716 100644
--- a/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace/0001-replace-python-with-python3-in-the-test.patch
+++ b/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace/0001-replace-python-with-python3-in-the-test.patch
@@ -1,7 +1,7 @@
1From f2a61d19d8432a220184c4eed7c39eb042d0dfff Mon Sep 17 00:00:00 2001 1From 62319459e7ef14a37293bc10830b52edf89daabe Mon Sep 17 00:00:00 2001
2From: Wentao Zhang <wentao.zhang@windriver.com> 2From: Wentao Zhang <wentao.zhang@windriver.com>
3Date: Tue, 15 Aug 2023 11:18:36 +0800 3Date: Tue, 15 Aug 2023 11:18:36 +0800
4Subject: [PATCH] replace python with python3 in the test 4Subject: [PATCH 1/4] replace python with python3 in the test
5 5
6"runtime:call" in ptest gets the following FAILED: 6"runtime:call" in ptest gets the following FAILED:
7python: No such file or directory 7python: No such file or directory
@@ -21,7 +21,7 @@ $python3 runtime/engine/main.py --filter="call.*"
21 file or directory\n 21 file or directory\n
22*** 22***
23 23
24Upstream-Status: Inappropriate [oe specific] 24Upstream-Status: Submitted [https://github.com/bpftrace/bpftrace/pull/3009]
25 25
26Signed-off-by: Wentao Zhang <wentao.zhang@windriver.com> 26Signed-off-by: Wentao Zhang <wentao.zhang@windriver.com>
27--- 27---
@@ -29,10 +29,10 @@ Signed-off-by: Wentao Zhang <wentao.zhang@windriver.com>
29 1 file changed, 2 insertions(+), 2 deletions(-) 29 1 file changed, 2 insertions(+), 2 deletions(-)
30 30
31diff --git a/tests/runtime/call b/tests/runtime/call 31diff --git a/tests/runtime/call b/tests/runtime/call
32index 36f5d9af..3a938f49 100644 32index 7f7cce6d..174bce95 100644
33--- a/tests/runtime/call 33--- a/tests/runtime/call
34+++ b/tests/runtime/call 34+++ b/tests/runtime/call
35@@ -294,13 +294,13 @@ TIMEOUT 5 35@@ -371,13 +371,13 @@ TIMEOUT 5
36 # 36 #
37 # Note we add a `1` before the timestamp b/c leading zeros (eg `0123`) is invalid integer in python. 37 # Note we add a `1` before the timestamp b/c leading zeros (eg `0123`) is invalid integer in python.
38 NAME strftime_microsecond_extension 38 NAME strftime_microsecond_extension
@@ -49,5 +49,5 @@ index 36f5d9af..3a938f49 100644
49 TIMEOUT 1 49 TIMEOUT 1
50 50
51-- 51--
522.25.1 522.43.2
53 53