mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
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>
This commit is contained in:
parent
4b099343bb
commit
aed2ed1cd2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user