Skip to content

Commit

Permalink
Fix idempotence issue in test Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul committed Sep 29, 2020
1 parent f80fcb3 commit 60765fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator_client/slashing_protection/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ TARBALL := $(OUTPUT_DIR)-$(TESTS_TAG).tar.gz
ARCHIVE_URL := https://github.com/eth2-clients/slashing-protection-interchange-tests/tarball/$(TESTS_TAG)

$(OUTPUT_DIR): $(TARBALL)
rm -r $@
rm -rf $@
mkdir $@
tar --strip-components=1 -xzf $^ -C $@

Expand Down

0 comments on commit 60765fb

Please sign in to comment.