diff --git a/integration-tests/smoke/default.nix b/integration-tests/smoke/default.nix index 7ebe27d592e..5423672a01f 100644 --- a/integration-tests/smoke/default.nix +++ b/integration-tests/smoke/default.nix @@ -1,7 +1,7 @@ { pkgs }: let - scriptName = "ethereum-smoke-tests"; + scriptName = "test-run-smoke"; go = pkgs.go_1_21; scriptBuildInputs = with pkgs; [ go go-ethereum ]; # add geth to handle missing underlying dependencies testDir = toString ./.;