Skip to content

Commit 3d92afe

Browse files
authored
chore: cleanup aztec up amm test (#13754)
Removing setting log level and sanity checking LSP as they are both unnecessary.
1 parent 7687a1f commit 3d92afe

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

aztec-up/test/amm_flow.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,6 @@ bash ${bash_args:-} <(curl -s $INSTALL_URI/aztec-install)
2727
# We can't create a new shell for this test, so just re-source our modified .bashrc to get updated PATH.
2828
PS1=" " source ~/.bash_profile
2929

30-
# Sanity check lsp.
31-
echo "Checking LSP..."
32-
echo -ne 'Content-Length: 100\r\n\r\n{"jsonrpc": "2.0", "id": 1, "method": "initialize", "params": {"rootUri": null, "capabilities": {}}}' \
33-
| aztec-nargo lsp \
34-
| grep -q '"jsonrpc":"2.0"'
35-
echo "LSP check passed."
36-
37-
export LOG_LEVEL=debug
38-
3930
# Start sandbox and wait for port to open.
4031
aztec start --sandbox &
4132
sandbox_pid=$!

aztec-up/test/bridge_and_claim.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,6 @@ bash ${bash_args:-} <(curl -s $INSTALL_URI/aztec-install)
2727
# We can't create a new shell for this test, so just re-source our modified .bashrc to get updated PATH.
2828
PS1=" " source ~/.bash_profile
2929

30-
# Sanity check lsp.
31-
echo "Checking LSP..."
32-
echo -ne 'Content-Length: 100\r\n\r\n{"jsonrpc": "2.0", "id": 1, "method": "initialize", "params": {"rootUri": null, "capabilities": {}}}' \
33-
| aztec-nargo lsp \
34-
| grep -q '"jsonrpc":"2.0"'
35-
echo "LSP check passed."
36-
37-
export LOG_LEVEL=debug
38-
3930
# Start sandbox and wait for port to open.
4031
aztec start --sandbox &
4132
sandbox_pid=$!

0 commit comments

Comments
 (0)