We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dbc127 commit caee76fCopy full SHA for caee76f
tests/e2e_tests/conftest.py
@@ -61,7 +61,7 @@ def local_chain(request):
61
def legacy_runner(request):
62
param = request.param if hasattr(request, "param") else None
63
# Get the environment variable for the script path
64
- script_path = "/Users/ibraheem/Desktop/Bittensor/subtensor/scripts/localnet.sh"
+ script_path = os.getenv("LOCALNET_SH_PATH")
65
66
if not script_path:
67
# Skip the test if the localhost.sh path is not set
0 commit comments