From ed641b0713de76350efc98de63b8a452a94bf13d Mon Sep 17 00:00:00 2001 From: chonghe Date: Mon, 7 Aug 2023 09:38:04 +0800 Subject: [PATCH] fix path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7d62c097d4..4ecd203264 100644 --- a/Makefile +++ b/Makefile @@ -166,7 +166,7 @@ test: test-release # Run bash script to output cli.txt cli: - ./lighthouse/scripts/cli.sh + ./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