Skip to content

Commit 69a3dea

Browse files
committed
Move lsp test script.
1 parent 6256a03 commit 69a3dea

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ defaults:
208208
command: pip install --user deepdiff colorama
209209
- run:
210210
name: Executing solc LSP test suite
211-
command: ./scripts/test_solidity_lsp.py ./build/solc/solc
211+
command: ./test/lsp.py ./build/solc/solc
212212
- gitter_notify_failure_unless_pr
213213

214214
- steps_soltest_all: &steps_soltest_all
File renamed without changes.

0 commit comments

Comments
 (0)