GraphicsMagick: Stop removing oss-fuzz build WORK and OUT direct...

GraphicsMagick Commits <[email protected]> Tue, 05 Dec 2023 13:11:19 -0600
Newsgroups gmane.comp.video.graphicsmagick.cvs
Message-ID <mailman.9479.1701803496.1716.graphicsmagick-commit@lists.sourceforge.net>
changeset a1b7039803a4 in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=a1b7039803a4
summary: Stop removing oss-fuzz build WORK and OUT directories

diffstat:

 fuzzing/oss-fuzz-build.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 0f5837ab7526 -r a1b7039803a4 fuzzing/oss-fuzz-build.sh
--- a/fuzzing/oss-fuzz-build.sh	Tue Dec 05 07:46:39 2023 -0600
+++ b/fuzzing/oss-fuzz-build.sh	Tue Dec 05 13:11:16 2023 -0600
@@ -45,8 +45,8 @@
 printf "OUT=${OUT}\n"
 ls -l "${OUT}"
 
-rm -rf $WORK/*
-rm -f $OUT/*
+#rm -rf $WORK/*
+#rm -f $OUT/*
 
 set -x