From 0e8aca5fdbcf201620583d87c7b98363865a57b3 Mon Sep 17 00:00:00 2001 From: Ryo Onodera Date: Wed, 11 Sep 2024 15:19:03 +0900 Subject: [PATCH] Remove needless touch --- ci/run-sanity.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/run-sanity.sh b/ci/run-sanity.sh index ef955f274db29f..17c47a7a956de8 100755 --- a/ci/run-sanity.sh +++ b/ci/run-sanity.sh @@ -68,7 +68,6 @@ $solana_ledger_tool verify --abort-on-invalid-block \ first_simulated_slot=$((latest_slot / 2)) purge_slot=$((first_simulated_slot + latest_slot / 4)) echo "First simulated slot: ${first_simulated_slot}" -touch config/ledger/simulate_block_production_allowed # Purge some slots so that later verify fails if sim is broken $solana_ledger_tool purge --ledger config/ledger "$purge_slot" $solana_ledger_tool simulate-block-production --ledger config/ledger \