We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8dee8 commit 7e406bcCopy full SHA for 7e406bc
contrib/test/run_test_vectors.sh
@@ -29,7 +29,7 @@ REPO_URL="https://github.com/firedancer-io/test-vectors.git"
29
echo $GIT_REF
30
31
# Prepare local repo and enter it
32
-if [ ! -f dump/test-vectors/README.md ]; then
+if [ ! -d dump/test-vectors ]; then
33
cd dump
34
git clone -q --no-tags --depth=1 "$REPO_URL" test-vectors
35
cd test-vectors
0 commit comments