Project

General

Profile

action #128909

Updated by livdywan 12 months ago

 
 ``` 
     lvm+resize_root:investigate:last_good_tests_and_build:52d5f6199bf6996bdb89f3404cf42cc856c8c046+186.1: Use of uninitialized value in split at /usr/share/openqa/script/../lib/OpenQA/Script/CloneJobSUSE.pm line 16. 1 job has been created: 
 ``` 

 This is specifically: 

     foreach my $SCC_ADDON (split(/,/, $settings->{'SCC_ADDONS'})) { 

 The affected test has a `_XSCC_ADDONS` setting but no `SCC_ADDONS`. 

 https://openqa.suse.de/tests/11052043#comments

Back