diff options
-rw-r--r-- | meta/recipes-devtools/rpm-sequoia/files/run-ptest | 5 |
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 | |||
14 | rc=0 | ||
15 | export TEST_DONT_BUILD_LIB=1 | 10 | export TEST_DONT_BUILD_LIB=1 |