[infra] nits

This commit is contained in:
Mike Aizatsky 2016-10-11 14:30:45 -07:00
parent 19550c5114
commit ed5e11c869
1 changed files with 1 additions and 1 deletions

View File

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