mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-24 22:50:05 +01:00
test: use the local variable for njobs, not the global one
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1174>
This commit is contained in:
parent
5a652e5116
commit
bbd9df60de
1 changed files with 1 additions and 1 deletions
|
|
@ -1527,7 +1527,7 @@ litest_run_suite(struct list *suites, int njobs)
|
|||
struct suite *s;
|
||||
struct litest_runner *runner = litest_runner_new();
|
||||
|
||||
litest_runner_set_num_parallel(runner, jobs > 0 ? jobs : 0);
|
||||
litest_runner_set_num_parallel(runner, njobs > 0 ? njobs : 0);
|
||||
if (outfile)
|
||||
litest_runner_set_output_file(runner, outfile);
|
||||
litest_runner_set_verbose(runner, verbose);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue