Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions aztec-up/test/amm_flow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,6 @@ bash ${bash_args:-} <(curl -s $INSTALL_URI/aztec-install)
# We can't create a new shell for this test, so just re-source our modified .bashrc to get updated PATH.
PS1=" " source ~/.bash_profile

# Sanity check lsp.
echo "Checking LSP..."
echo -ne 'Content-Length: 100\r\n\r\n{"jsonrpc": "2.0", "id": 1, "method": "initialize", "params": {"rootUri": null, "capabilities": {}}}' \
| aztec-nargo lsp \
| grep -q '"jsonrpc":"2.0"'
echo "LSP check passed."

export LOG_LEVEL=debug

# Start sandbox and wait for port to open.
aztec start --sandbox &
sandbox_pid=$!
Expand Down
9 changes: 0 additions & 9 deletions aztec-up/test/bridge_and_claim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,6 @@ bash ${bash_args:-} <(curl -s $INSTALL_URI/aztec-install)
# We can't create a new shell for this test, so just re-source our modified .bashrc to get updated PATH.
PS1=" " source ~/.bash_profile

# Sanity check lsp.
echo "Checking LSP..."
echo -ne 'Content-Length: 100\r\n\r\n{"jsonrpc": "2.0", "id": 1, "method": "initialize", "params": {"rootUri": null, "capabilities": {}}}' \
| aztec-nargo lsp \
| grep -q '"jsonrpc":"2.0"'
echo "LSP check passed."

export LOG_LEVEL=debug

# Start sandbox and wait for port to open.
aztec start --sandbox &
sandbox_pid=$!
Expand Down
Loading