diff --git a/tests/fuzz/oss-fuzz-build.sh b/tests/fuzz/oss-fuzz-build.sh index 68fc5c5d860..8594658106f 100644 --- a/tests/fuzz/oss-fuzz-build.sh +++ b/tests/fuzz/oss-fuzz-build.sh @@ -5,5 +5,4 @@ conan install . --build=missing --update -s build_type=Release -o curaengine:ena cmake --preset release -DWITH_TEST_FUZZ=ON cmake --build --preset release -j$(nproc) -find . -name FuzzGcodeExport -#cp build/Release/tests/fuzz/Fuzz* $OUT \ No newline at end of file +cp build/Release/tests/fuzz/Fuzz* $OUT \ No newline at end of file