regressions: Enable both tests for bug 576879 (not fixed).
[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"