mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-08 06:15:02 +00:00
Merge pull request #2993 from ethomson/clar_update
clar: update to 08f434d
This commit is contained in:
commit
7568bdf4ab
@ -346,7 +346,7 @@ clar_parse_args(int argc, char **argv)
|
||||
_clar.report_suite_names = 1;
|
||||
|
||||
switch (action) {
|
||||
case 's': clar_run_suite(&_clar_suites[j], argument); break;
|
||||
case 's': _clar_suites[j].enabled = 1; clar_run_suite(&_clar_suites[j], argument); break;
|
||||
case 'i': _clar_suites[j].enabled = 1; break;
|
||||
case 'x': _clar_suites[j].enabled = 0; break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user