Skip to content

Commit

Permalink
Use rsync instead of mv to be macos compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
dimartiro committed Dec 10, 2024
1 parent 2370b9c commit 37eb655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scripts/download-ethereum-client-test-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ mkdir -p tmp
wget -O - tmp/ethereum_client_test https://github.com/moondance-labs/polkadot-sdk/archive/$polkadot_release.tar.gz | tar -xz --strip=6 "polkadot-sdk-$polkadot_release/bridges/snowbridge/pallets/ethereum-client/tests/fixtures"
# remove for a clean move
rm -rf tmp/ethereum_client_test
mv -u fixtures tmp/ethereum_client_test
rsync -au --remove-source-files fixtures tmp/ethereum_client_test
echo $polkadot_release > tmp/ethereum_client_test/latest_version.txt

0 comments on commit 37eb655

Please sign in to comment.