diff --git a/master/custom/steps.py b/master/custom/steps.py index 9427fdb9..9cb253c6 100644 --- a/master/custom/steps.py +++ b/master/custom/steps.py @@ -62,7 +62,8 @@ class Test(BaseTest): class Clean(ShellCommand): name = "clean" - warnOnFailure = 1 + flunkOnFailure = False + warnOnFailure = True description = ["cleaning"] descriptionDone = ["clean"] command = ["make", "distclean"]