]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
CI: Fix fuzzer result code (#3864)
authorTerry Burton <tez@terryburton.co.uk>
Wed, 20 Jan 2021 23:00:38 +0000 (23:00 +0000)
committerGitHub <noreply@github.com>
Wed, 20 Jan 2021 23:00:38 +0000 (23:00 +0000)
.github/workflows/ci.yml

index 6d4666f24d40ab768fe64969d54a4b15f3ad78f5..809017977e48bb6a86e5c0d398e1d99e457ba21d 100644 (file)
@@ -400,7 +400,7 @@ jobs:
         mkdir -p build/tests/eapol_test
         : > build/tests/eapol_test/eapol_test.mk
         make -j 5 test.fuzzer FUZZER_TIMEOUT=720
-        find build/fuzzer -type f && exit 1
+        find build/fuzzer -type f | grep . && exit 1 || :
 
     - name: "Clang libFuzzer: Store assets on failure"
       uses: actions/upload-artifact@v2