Ross Williams
5aff694dc4
pkgng: check_mode should count queued actions
...
Writing tests caught a bug in PR #3393 , which enabled
installing more than one package per `pkg` execution.
In converting the module's install/upgrade code to a
queue structure, check_mode got broken because the count
of actions performed was only updated in the `if not check_mode`
block that invokes `pkg`. This two-line change counts
the number of actions in the queue when check mode is
enabled.
2021-10-11 02:11:26 +00:00
..
2020-11-13 12:41:11 +00:00
2020-07-13 21:50:31 +02:00
2021-03-05 08:17:36 +01:00
2021-09-01 22:58:10 +02:00
2021-06-26 23:59:11 +02:00
2021-06-17 08:00:49 +02:00
2021-06-26 23:59:11 +02:00
2021-02-01 08:42:32 +01:00
2021-05-08 11:58:55 +02:00
2020-07-13 21:50:31 +02:00
2020-07-13 21:50:31 +02:00
2020-11-26 06:59:32 +01:00
2021-06-26 23:59:11 +02:00
2021-09-20 19:19:04 +02:00
2021-03-05 08:17:36 +01:00
2021-06-26 23:59:11 +02:00
2021-07-06 22:06:36 +02:00
2020-07-13 21:50:31 +02:00
2020-11-13 12:41:11 +00:00
2021-08-06 10:01:05 +02:00
2021-10-11 02:11:26 +00:00
2021-04-04 23:38:59 +02:00
2021-06-26 23:59:11 +02:00
2020-07-13 21:50:31 +02:00
2021-03-24 17:48:24 +01:00
2021-08-08 10:40:22 +02:00
2021-08-08 10:40:22 +02:00
2020-12-08 13:12:04 +01:00
2021-08-08 10:40:22 +02:00
2021-08-08 10:40:22 +02:00
2021-08-08 10:40:22 +02:00
2021-03-05 08:17:36 +01:00
2021-08-28 21:54:39 +02:00
2020-07-13 21:50:31 +02:00
2021-05-03 07:25:08 +02:00
2020-07-13 21:50:31 +02:00
2021-08-08 10:40:22 +02:00
2021-03-05 08:17:36 +01:00
2021-03-09 21:23:20 +01:00
2021-06-27 16:40:49 +02:00
2021-10-08 07:40:30 +02:00
2021-08-12 08:17:03 +02:00