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 |
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