summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorYoann Congal <yoann.congal@smile.fr>2025-08-28 20:13:24 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-09-01 23:07:06 +0100
commitaed2ed1cd2c676143ac5319d72f9048d6a9f2173 (patch)
treee454a724017cdcd75c919e04d714f63dcf136577 /meta/recipes-devtools
parent4b099343bb888520190123f9a2a9231385ee711d (diff)
downloadpoky-aed2ed1cd2c676143ac5319d72f9048d6a9f2173.tar.gz
rpm-sequoia: remove rc initialisation from run-ptest
With the previous patch "ptest-cargo: move run-ptest rc variable initialisation", rc is initialised by the ptest-cargo class. Remove the (now) redundant initialisation and the related comment. (From OE-Core rev: 004df6e50d37a68e37d800d9470d8716abaa6d44) Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/rpm-sequoia/files/run-ptest5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-devtools/rpm-sequoia/files/run-ptest b/meta/recipes-devtools/rpm-sequoia/files/run-ptest
index 83e59b8031..36adfba7b4 100644
--- a/meta/recipes-devtools/rpm-sequoia/files/run-ptest
+++ b/meta/recipes-devtools/rpm-sequoia/files/run-ptest
@@ -7,9 +7,4 @@
7# The test that ptest-cargo class generates requires the 7# The test that ptest-cargo class generates requires the
8# TEST_DONT_BUILD_LIB environment variable to be set before 8# TEST_DONT_BUILD_LIB environment variable to be set before
9# it would be executed, and this is what this script does. 9# it would be executed, and this is what this script does.
10# The "rc" variable is used by the script generated by
11# ptest-cargo, and is expected to exist, in case the
12# run-test script exists, and not created by that class.
13
14rc=0
15export TEST_DONT_BUILD_LIB=1 10export TEST_DONT_BUILD_LIB=1