diff mbox series

[2/2] rpm-sequoia: remove rc initialisation from run-ptest

Message ID 20250828120544.2982231-2-yoann.congal@smile.fr
State New
Headers show
Series [1/2] ptest-cargo: move run-ptest rc variable initialisation | expand

Commit Message

Yoann Congal Aug. 28, 2025, 12:05 p.m. UTC
From: Yoann Congal <yoann.congal@smile.fr>

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.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
---
 meta/recipes-devtools/rpm-sequoia/files/run-ptest | 5 -----
 1 file changed, 5 deletions(-)
diff mbox series

Patch

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 @@ 
 # The test that ptest-cargo class generates requires the
 # TEST_DONT_BUILD_LIB environment variable to be set before
 # it would be executed, and this is what this script does.
-# The "rc" variable is used by the script generated by
-# ptest-cargo, and is expected to exist, in case the
-# run-test script exists, and not created by that class.
-
-rc=0
 export TEST_DONT_BUILD_LIB=1