mirror of https://github.com/google/oss-fuzz.git
[infra] nits
This commit is contained in:
parent
b48677e3aa
commit
19550c5114
|
@ -105,8 +105,9 @@ def call(body) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
echo "Tested $fuzzersFound"
|
||||||
if (!fuzzersFound) {
|
if (!fuzzersFound) {
|
||||||
error("0 fuzzers found");
|
error "no fuzzers found";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue