mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 11:20:40 +00:00
Changed output of --test-detector: multiple hits with same gameid now only are a warning, not a failure
svn-id: r33387
This commit is contained in:
parent
4a9104515c
commit
e1520c6462
@ -685,9 +685,9 @@ static void runDetectorTest() {
|
||||
failure++;
|
||||
} else if (candidates.size() > 1) {
|
||||
if (gameidDiffers) {
|
||||
printf(" FAILURE: Multiple games detected, some/all with wrong gameid\n");
|
||||
printf(" WARNING: Multiple games detected, some/all with wrong gameid\n");
|
||||
} else {
|
||||
printf(" FAILURE: Multiple games detected, but all have the same gameid\n");
|
||||
printf(" WARNING: Multiple games detected, but all have the same gameid\n");
|
||||
}
|
||||
failure++;
|
||||
} else if (gameidDiffers) {
|
||||
|
Loading…
Reference in New Issue
Block a user