mirror of https://github.com/mpv-player/mpv
parent
cd8fd4b788
commit
27d88e4a9b
|
@ -50,7 +50,7 @@ bool run_tests(struct MPContext *mpctx)
|
||||||
|
|
||||||
bool run = false;
|
bool run = false;
|
||||||
run |= strcmp(sel, "all-simple") == 0 && !t->is_complex;
|
run |= strcmp(sel, "all-simple") == 0 && !t->is_complex;
|
||||||
run |= strcmp(sel, t->name);
|
run |= strcmp(sel, t->name) == 0;
|
||||||
|
|
||||||
if (run) {
|
if (run) {
|
||||||
if (t->run)
|
if (t->run)
|
||||||
|
|
Loading…
Reference in New Issue