[infra] nits

This commit is contained in:
Mike Aizatsky 2016-10-11 14:29:20 -07:00
parent b48677e3aa
commit 19550c5114
1 changed files with 2 additions and 1 deletions

View File

@ -105,8 +105,9 @@ def call(body) {
}
}
}
echo "Tested $fuzzersFound"
if (!fuzzersFound) {
error("0 fuzzers found");
error "no fuzzers found";
}
}