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 e816b86 commit 9ae63f9Copy full SHA for 9ae63f9
1 file changed
etc/update-spec-tests.sh
@@ -32,7 +32,7 @@ EXCLUDE=""
32
if [ "$1" = "client-side-encryption" ]; then
33
EXCLUDE="--exclude=legacy/"
34
fi
35
-rsync -ah "$tmpdir/specifications-$REF"*"/source/$1/tests/" "${DEST}/$1" --delete "${EXCLUDE}"
+rsync -ah ${EXCLUDE} --delete "$tmpdir/specifications-$REF"*"/source/$1/tests/" "${DEST}/$1"
36
37
38
mkdir -p "${DEST}/testdata/$1/data"
0 commit comments