Files
puppet-subunit2sql/manifests
Colleen Murphy 72ad268668 Fix subunit2sql install guard for idempotency
The exec to install subunit2sql tries to compare the output of pip list
versus pip search to determine whether it is on the latest version.
Without this patch, the pip list command produces a string that has too
many spaces on the end and therefore doesn't match the result of the pip
search command. This means that it will always try to reinstall
subunit2sql even when it doesn't need to, which breaks idempotency
tests. This patch fixes the regex group to exclude trailing spaces. This
error was also masking an issue where the quotes we over-escaped,
causing the test command to complain about unary arguments, so this
fixes that too.

Change-Id: I92f614db2da936d68d8f2305b348c65ba773b01c
2018-07-10 13:55:33 +02:00
..
2017-12-11 21:28:24 +00:00