test-tool: Display state of pgroup flag from the handle.
[libguestfs.git] / autobuild.sh
index efea8b3..77068c8 100755 (executable)
@@ -58,6 +58,8 @@ gitsha=$(git log|head -1|awk '{print $2}')
     exit 1
 }
 
+make clean ||:
+
 # Do the build step.
 make || {
     failed "build step"