瀏覽代碼

Do not zip corpus directory itself

Stefan Profanter 7 年之前
父節點
當前提交
d93bfe31c2
共有 1 個文件被更改,包括 1 次插入1 次删除
  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