Bläddra i källkod

Do not zip corpus directory itself

Stefan Profanter 7 år sedan
förälder
incheckning
d93bfe31c2
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      tests/fuzz/oss-fuzz-copy.sh

+ 1 - 1
tests/fuzz/oss-fuzz-copy.sh

@@ -38,7 +38,7 @@ for F in $fuzzerFiles; do
 
 		done
 
-		zip -j $OUT/${fuzzerName}_seed_corpus.zip $SRC/open62541/tests/fuzz/${fuzzerName}_corpus/*
+		# zip -j $OUT/${fuzzerName}_seed_corpus.zip $SRC/open62541/tests/fuzz/${fuzzerName}_corpus/*.bin
 	fi
 done