mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +01:00
fixed subtest names
This commit is contained in:
@@ -106,8 +106,7 @@ sub runtest {
|
|||||||
|
|
||||||
if (exists $cfg->{test}) {
|
if (exists $cfg->{test}) {
|
||||||
foreach my $test (keys %{$cfg->{test}}) {
|
foreach my $test (keys %{$cfg->{test}}) {
|
||||||
my $name = "$test ($cfg->{test}->{$test}->{cmd})";
|
if (&runtest($cfg->{test}->{$test}, $test) == 0) {
|
||||||
if (&runtest($cfg->{test}->{$test}, $name) == 0) {
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user