mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
When I conceived commitdc1d0880b0, I thought it would be a good idea to build test-data files, including the phony guest images, during the 'make' phase. Previously these were built early in the 'make check' phase. However this has two disadvantages: (a) We run the appliance unnecessarily during builds. For example, it is not necessary to build the phony guests if we are going to do an 'installcheck'. (b) Even if we are testing, the critical first time we run the appliance is not in 'quickcheck' or 'tests/qemu', but some random guest build. Reorder the build sequence to fix this, and also a few other things. This updates commitdc1d0880b0.