We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ef39de commit 632fde9Copy full SHA for 632fde9
1 file changed
fuzz/init-fuzzer.sh
@@ -33,7 +33,7 @@ if [ ! -d corpus/common ]; then
33
# Build a smaller corpus in addition to the (optional) larger corpus
34
echo "Building a smaller corpus dataset..."
35
curl -L 'https://github.com/python/cpython/archive/refs/tags/v3.13.0.tar.gz' | tar xz
36
- cp -r "../../../crates/ty_project/resources/test/corpus" "ty_project"
+ cp -r "../../../crates/ty_python_semantic/resources/corpus" "ty_python_semantic"
37
cp -r "../../../crates/ruff_linter/resources/test/fixtures" "ruff_linter"
38
cp -r "../../../crates/ruff_python_formatter/resources/test/fixtures" "ruff_python_formatter"
39
cp -r "../../../crates/ruff_python_parser/resources" "ruff_python_parser"
0 commit comments