Kaydet (Commit) e8883cd3 authored tarafından sb's avatar sb

jl154: #i112789# call SourceConfig->new() so that it always works

üst 85b931b4
......@@ -47,7 +47,7 @@ while (@ARGV) {
}
my @testpaths = ();
my $sc = SourceConfig->new();
my $sc = SourceConfig->new($ENV{'SOLARSRC'});
my $module;
foreach $module ($sc->get_active_modules()) {
my $buildlst = $sc->get_module_build_list($module);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment