From 5cd06661c5ce18866be6170385f67ff88cb707cc 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 739dff8d71..25d7bb017d 100644 --- a/Makefile +++ b/Makefile @@ -187,7 +187,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