Code review comment for autopkgtest-cloud:lxd-no-trusty

Revision history for this message
Olivier Gayot (ogayot) wrote (last edit ):

LGTM!

One suggestion that you can apply if you feel like it:

Suggestion - replacing:

[...] | grep -v $(distro-info --devel)\|trusty

with

[...] | grep -v -F -e "$(distro-info --devel)" -e trusty

IMO this is easier to read but it might not be very objective :)

review: Approve

« Back to merge proposal