This commit is contained in:
chonghe
2023-08-01 10:12:27 +08:00
committed by Tan Chee Keong
parent ef6f2c0732
commit f99c03fef7
2 changed files with 2 additions and 2 deletions

View File

@@ -187,7 +187,7 @@ test: test-release
# Run bash script to output cli.txt
cli:
/home/hi/cli/lighthouse/scripts/cli.sh
./lighthouse/scripts/cli.sh
# Runs the entire test suite, downloading test vectors if required.
test-full: cargo-fmt test-release test-debug test-ef test-exec-engine cli

View File

@@ -8,7 +8,7 @@ read -p "Enter Lighthouse version: " version
binary="curl -LO https://github.com/sigp/lighthouse/releases/download/v$version/lighthouse-v$version-x86_64-unknown-linux-gnu.tar.gz"
#download the binary to the present working directory
cd /home/hi/cli/lighthouse/scripts
cd ./lighthouse/scripts
$binary
#extract